Skip to content

jtpeller/TicTacToeJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

What

A simple GUI TicTacToe game implemented in Java. It has a few modes:

  • Two Player
  • Easy AI
  • Normal AI
  • Hard AI
  • Unbeatable AI
  • Unbeatable AI vs Unbeatable AI (this tends to crash) (fixed)

How

The jar is included, so run it.

If you want to package your own .jar, you could use VSCode's build function, Eclipse, etc.