(PHP 7.2)
To run the game execute the following command on terminal:
php cgol-cli.php
./vendor/bin/phpunit
-
Docker up
docker-compose up -d
-
Open bash inside container
docker-compose run game-of-life-server bash
-
Install dependencies
composer install
-
Run the game
php cgol-cli.php
(resize your window to view the whole game board)