Simple version of Conway's Life game

v1.1.1 2013-10-17 13:29 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:38:34 UTC


README

Simple Life simulator based on the Conway rules (http://en.wikipedia.org/wiki/Conway's_Game_of_Life).

Build Status

Composer

Autoloading is performed with the Composer autoloader. If you do not have composer installed in a common location you can install it into the root directory like this:

curl -s https://getcomposer.org/installer | php

Once installed, run composer install to set up autoloading.

Tests

Tests are run from the tests folder using phpunit. Before running the tests, the composer dev dependancies must be pulled in.