About

Metadata

  • Last updated , by ChuckAdams
  • License BSD-3-Clause
  • Categories Game Development
  • Maintained by: Chuck Adams <cja987@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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