Skip to content

beck/haskell-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ghc@8.2.1 and cabal@2.0.0
ghc --version
cabal --version

# install deps
cabal update
cabal install

# run it
runhaskell game-of-life.hs

# ctrl+c to quit.

glider

About

My first foray into haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published