https://github.com/sanam2405/tictactoe
This is a clone of the much popular TicTacToe Game.
https://github.com/sanam2405/tictactoe
java java-swing snake-game
Last synced: about 1 year ago
JSON representation
This is a clone of the much popular TicTacToe Game.
- Host: GitHub
- URL: https://github.com/sanam2405/tictactoe
- Owner: sanam2405
- License: mit
- Created: 2022-06-04T01:17:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T01:23:06.000Z (about 4 years ago)
- Last Synced: 2025-02-15T11:38:49.435Z (over 1 year ago)
- Topics: java, java-swing, snake-game
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe
This is a clone of the famous Tic-Tac-Toe game. A 3x3 square grid is given. The player makes the first move (Cross) and correspondingly CPU makes a move (Circle). Random function is used to implement CPU moves and hence they might not always be the optimal move. The one to mark three cells of the same sign (Horizontally, Vertically or Diagonally) wins the game.