Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 826 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 826 Bytes

Game of Life playground. Not only Conway's Life.

Feature

  • Rules can be changed.
  • UNDEAD and TOMB cell types implemented.
  • Terrain generation using cellular automata.
  • Create a random initial state.

2D tile map terrain generation

Vote

vote

Operates persistently in one dimension

It could be used to generate random melodies or something.

  • Conway's Life
  • HighLife
  • 3-4 Life
  • Generations rule
    • Frogs
    • Thrill Girl
    • Ebb and flow
    • Ebb and flow2

Links