2017 © Pedro Peláez
 

library life

Simple version of Conway's Life game

image

shanethehat/life

Simple version of Conway's Life game

  • Thursday, December 12, 2013
  • by shanethehat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Game of Life

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

Build Status, (*2)

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:, (*3)

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

Once installed, run composer install to set up autoloading., (*4)

Tests

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

The Versions

12/12 2013

dev-master

9999999-dev https://github.com/shanethehat/life-game

Simple version of Conway's Life game

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

life conway

17/10 2013

v1.1.1

1.1.1.0 https://github.com/shanethehat/life-game

Simple version of Conway's Life game

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

life conway

23/02 2013

v1.1.0

1.1.0.0 https://github.com/shanethehat/life-game

Simple version of Conway's Life game

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

life conway

22/02 2013

v1.0.5

1.0.5.0 https://github.com/shanethehat/life-game

Simple version of Conway's Life game

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

life conway