A php-cli Tic-Tac-Toe simple two players game.
php >= 7.0
(required forphpunit v6.1
)
The project has a Makefile
which will take care of everything required for installation.
Run make all
will do all the magic for you.
To start playing the game, you need to run make play
To generate tests report, run make test
.
To generate coverage report, run make coverage
.