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