This program is created and tested in Linux environment.
-
$ make
to compile all code files -
$ ./game
to print board after each move in console or$ ./game -v [filename]
to print board after each move in the file with the input filename
By the end of the game, a game board with the ending state, the winner information and the total execution time will be printed in console.