A simple tic-tac-toe game made using Java and the StdDraw library.
- Add actual multiplayer support.
Download the project into a folder and run "javac *.java" in the terminal to compile it and "java Main" to run it.
The StdDraw library is linked here, and the images used are linked here.
Press R to play again once the game is over.