Skip to content

ghulette/haskell-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Two versions of Conway's game of Life. One is a fairly standard version, the
other is very slow, but specified in an interesting way.

To build, use Cabal:
$ cabal configure
$ cabal build

If you want to install:
$ cabal install

Or just run it:
$ ./dist/build/conway/conway

About

Conway's Game of Life in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published