Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 645 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 645 Bytes

What is it?

It's a little interactive Conway's Game of Life simulator.

What to do with it?

Click on cells to mark them as "alive" or "dead". Run and stop a simulation using play / pause buttons. "Zoom" in or out using plus and minus buttons. Clear the state using "Undo" button.

Go ahead, make a glider, play with diff patterns it's quite entertaining.

Technology

It's written in Elm and intended as an excercise in Elm. The implementation is quite naive, so criticism and PRs are very welcome.