/elm-ca-playground

Cellular Automata Playground written in Elm

Primary LanguageElmMIT LicenseMIT

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.