Requires PHP 7.x
Instructions: http://codingdojo.org/kata/GameOfLife/
Install: php composer.phar install
Tests: php composer.phar run-script test
Run: php main.php input/glider.txt
docker-compose up
: download images and build
docker-compose run composer install
: installation dependencies from composer.lock
docker-compose run php ./vendor/bin/phpunit ./tests/
: run tests using docker-compose
docker-compose run php composer require <package_name>
: installation of package