Skip to content

A fun tic-tac-toe (noughts & crosses) game written in Java, which has two unbeatable AI players. It features both a GUI and command-line interface.

License

Notifications You must be signed in to change notification settings

nylecm/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

A fun tic-tac-toe (noughts & crosses) game written in Java, which has two unbeatable AI players. It features both a GUI and a command-line interface.

How to run:

  1. Compile the .java files in the src directory using the javac *.java command.
  2. Run Main by typing java Main. GUI version will open by default, for command-line version use the -cmd argument (type: java Main -cmd)

Have Fun!

Please Note: If you are using a high-resolution display with scaling turned on you may need to increase the size of the window.

About

A fun tic-tac-toe (noughts & crosses) game written in Java, which has two unbeatable AI players. It features both a GUI and command-line interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages