Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 440 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 440 Bytes

Conway's Game of Life, written in Haskell

Curious about the language, this is my project to learn.

Getting Started

brew install ghc cabal-install

# using [email protected] and [email protected]
ghc --version
cabal --version

# install deps
cabal update
cabal install

# run it
runhaskell game-of-life.hs

# ctrl+c to quit.

glider