Skip to content

mcgilmore/celleste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celleste

A 2D cellular automaton. The rules can be input by the user using B<number>/S<number> notation as command-line argument, where 'B' is the number of bordering cells that result in a cell being born, and 'S' is the number that results in a cell surviving (otherwise, it dies).

Default is Conway's game of life (B3/S23)

Controls

  • Space to pause
  • Right click to add a cell
  • S to save
  • L to load
  • Use '--help' argument for info