Game of life
Installation
-
Download and install composer
-
install dependencies and generate autoloader via
composer install
Run
php run.php [-c|--columns [COLUMNS]] [-r|--rows [ROWS]] [--] <seed>
The only required parameter is file containing seed.
Tests
Run phpunit in root of project