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

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

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).