life: Conway's Life cellular automaton

[ bsd3, game, program ] [ Propose Tags ]

Conway's life as an OpenGL example. Special thanks to Will Donnelly for his pure-functional Brians Brain code that got this started (cabal unpack brians-brain).


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies array, base (>=4 && <5), GLUT, OpenGL, random [details]
License BSD-3-Clause
Copyright (c) 2009 Chuck Adams
Author Chuck Adams
Maintainer Chuck Adams <cja987@gmail.com>
Category Game
Home page http://github.com/sproingie/haskell-cells/
Source repo head: git clone git://github.com/sproingie/haskell-cells.git
Uploaded by ChuckAdams at 2009-12-21T21:44:22Z
Distributions NixOS:0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables life
Downloads 1270 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-30 [all 9 reports]

Readme for life-0.1

[back to package description]
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