Skip to content

A console version of Tic Tac Toe game. You play against AI that is impossible to win and possible to lose.

Notifications You must be signed in to change notification settings

karayv/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Play the game against AI.

Prerequisites

Java 8 or higher is required to be installed.

Running Application

From the project root folder run:

$ ./gradlew build; java -cp build/classes/java/main/ game/TicTacToe

On Windows gradlew.bat can be used instead.

Game Screenshot

Click to open

About

A console version of Tic Tac Toe game. You play against AI that is impossible to win and possible to lose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages