This is a simple implementation of Conway's game of life in Haskell. Sample starting grids are in the directory tests.
The project depends on the following packages from Hackage:
- vector
- gloss
See here for more details.
-- Alex Midgley (http://www.tapdancinggoats.com/)