A Java program to play Tic Tac Toe right from the terminal!
To launch this program you need to install the Java JDK
.
To launch the program you have to:
- Open a terminal in the
src
folder - Run
javac Main.java && java Main
The program will now run until one of the 2 players win.
See the LICENSE file for license rights and limitations (MIT).