My own implementation of the paper-and-pencil game for two players, X and O, who take turns marking the spaces in a N×M grid and with customising count of the coincidence. Implemented in the CommandLine.
For starting you should clone the project and run.
$ git clone https://github.com/romankh3/tictactoe
$ cd tictactoe/
$ ./gradlew run
After running ./gradlew run should set next fileds from CommandLine:
- Set height of the border.
- Set width of the border.
- Set the count of the coincidence.