Awesome
TicTacToe
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.
Getting Started
For starting you should clone the project and run.
$ git clone https://github.com/romankh3/tictactoe
$ cd tictactoe/
$ ./gradlew run
Notes
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.