Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 406 Bytes

README.markdown

File metadata and controls

14 lines (9 loc) · 406 Bytes

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/)