An open API service indexing awesome lists of open source software.

https://github.com/amitness/tic-tac-toe

Project done for Udacity's 'Java Programming Basics' Course.
https://github.com/amitness/tic-tac-toe

game java-programming udacity

Last synced: about 1 year ago
JSON representation

Project done for Udacity's 'Java Programming Basics' Course.

Awesome Lists containing this project

README

          

# Tic-Tac-Toe

#### About

This repository contains my project work for Udacity's **[Java Programming Basics](https://www.udacity.com/course/java-programming-basics--ud282)** course.

In this project, we are required to complete the code for a Tic-Tac-Toe game. Our job is to implement the function to check the game winner.