https://github.com/efecanxrd/java-tictactoe
TicTacToe game with java
https://github.com/efecanxrd/java-tictactoe
Last synced: 10 months ago
JSON representation
TicTacToe game with java
- Host: GitHub
- URL: https://github.com/efecanxrd/java-tictactoe
- Owner: efecanxrd
- License: mit
- Created: 2023-02-19T09:09:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T09:23:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T11:50:02.036Z (12 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tic Tac Toe Game
Tic Tac Toe Game With Java
How this is working?
To play the game, simply run the main() method in the TicTacToe class. The game will prompt each player to enter their move by specifying a row (1-3) and column (1-3) on the board. The game will end when either a player wins or the board is full (resulting in a tie).