Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 441 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 441 Bytes

Conway's Game of Life in Elm

After messing around with Conway's Game of Life at the Global Day of Code Retreat 2017 at Mathema I decided to implement the full game at least once. And to learn something new I decided to do it in Elm.

The code probably isn't very idiomatic Elm or elegant yet, but we all have to start somewhere :-)