@hackage life0.1
Conway's Life cellular automaton
Categories
License
BSD-3-Clause
Maintainer
Chuck Adams <cja987@gmail.com>
Links
Versions
- 0.1 Mon, 21 Dec 2009
To run with cabal-install (recommended): $ cabal install $ life
If you don't have cabal-install: $ runhaskell ./Setup.lhs configure $ runhaskell ./Setup.lhs build $ dist/build/life/life
By hand: $ ghc --make -O2 Life.hs $ ./life