/gameoflife

Just another game of life implementation

Primary LanguagePHP

Game of life

Installation

  1. Download and install composer

  2. 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