Skip to content

edgul/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The game of life (John Horton Conway's)
---------------------------------------

Evolving cellular automation based on neighbour population.

Dependencies:
* python 2.7
* Tkinter


Improvements:
-------------

UI improvements

* speed adjustment options
* restart (stop and clear)
* pause/continue
* place more pieces during pause
* save/place patterns
* end of simulation detection
    -> no changes
    -> looping
* screen dimensions
* screen location
* click+drag -> light up sets of cells
* metrics for tracking long running non-repetetive patterns

Releases

No releases published

Packages

No packages published

Languages