-
Make sure you have
make
,g++
andgit
installed by typing their names. If they are not present, typesudo apt install <name>
to install a missing tool. -
Type
git clone https://github.com/gournge/mock-internal cd mock-internal make
-
Type
/.tictactoe
to run the program.
Enter the numbers describing the size of the board and what gamemode to choose from. The program will display the message if one of the players has won, or if there is a draw.