shanethehat / life
Simple version of Conway's Life game
v1.1.1
2013-10-17 13:29 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- whatthejeff/nyancat-phpunit-resultprinter: 1.0.*@dev
This package is not auto-updated.
Last update: 2024-10-26 15:25:31 UTC
README
Simple Life simulator based on the Conway rules (http://en.wikipedia.org/wiki/Conway's_Game_of_Life).
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.