Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 345 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 345 Bytes

Cellular Automata Playground

This is a sandbox for a exploring Conway's "Game of Life" and other cellular automata-based games. The rules of the game can easily be changed in src/GameOfLife.elm or a new game module exposing an evolve : Grid -> Grid function can be swapped.

Try it out here.