Play the game against AI.
Java 8 or higher is required to be installed.
From the project root folder run:
$ ./gradlew build; java -cp build/classes/java/main/ game/TicTacToe
On Windows gradlew.bat
can be used instead.
A console version of Tic Tac Toe game. You play against AI that is impossible to win and possible to lose.
Java
Play the game against AI.
Java 8 or higher is required to be installed.
From the project root folder run:
$ ./gradlew build; java -cp build/classes/java/main/ game/TicTacToe
On Windows gradlew.bat
can be used instead.