Skip to content

PHP-SDL implementation of Conway's game of life

License

Notifications You must be signed in to change notification settings

Ponup/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-SDL implementation of Conway's game of life

demo

Requirements

Usage

  • Use mouse and button to draw cells in the universe
  • Use space to start simulation
  • Use q to quit

Start default blank universe

$ php main.php

Start from an example universe

$ php main.php universes/small-exploder.json

References

Releases

No releases published

Packages

No packages published

Languages