Conway's game of life implemented in PHP
You can reun this from the command line with
$> php index.php
There are several pre-generated seeds available in TestSeeds.php or you can generate a random one. If you have your own custom seed you can use that instead
The index.php file will save the seed it runs with so random seeds can be re-run, one such seed is included.