Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 280 Bytes

Game of Life

This is an implementation of the Game of Life in Haskell. It's written using GTK2 and Cairo, so make sure those are installed on your system before you try to compile this.

$ stack build

$ stack exec life

The GUI is pretty much obvious, so enjoy. ;)