A simple TicTacToe game implemented in Java.
Supports Player vs Player and Player vs AI modes.
- Clone this repository
git clone https://github.com/MichelleVi09/TicTacToe.git
cd TicTacToe- Compile and run this program:
javac src/*.java
java -cp src Main