/tictactoe

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

tictactoe

Just build and run the standalone class

javac .\TicTacToe.java
java -cp . TicTacToe

You can optionally add the -gridsize num

java -cp . TicTacToe -gridsize 3