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)
The jar is included, so run it.
If you want to package your own .jar, you could use VSCode's build function, Eclipse, etc.