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.
- Host: GitHub
- URL: https://github.com/amitness/tic-tac-toe
- Owner: amitness
- License: mit
- Created: 2016-07-21T10:38:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T09:05:07.000Z (over 7 years ago)
- Last Synced: 2025-02-17T02:41:47.752Z (over 1 year ago)
- Topics: game, java-programming, udacity
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.