/game-of-life-hs

Conway's Game of Life in Haskell, animated using Gloss

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Game of Life

An implementation of Conway's Game of Life in Haskell.

Building

Build the project:

stack build

Execute the code on a .cells file

stack exec game-of-life < file.cells

To-do

  • Write a parser for .rle files