bgammill / HGOL

An implementation of Conway's Game of Life in Haskell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HGOL

An implementation of Conway's Game of Life in Haskell.

Running

cabal sandbox init
cabal install --only-dependencies
cabal build
cabal run

This project is written using OpenGL and GLUT. Sorry.

About

An implementation of Conway's Game of Life in Haskell.

License:GNU General Public License v3.0


Languages

Language:Haskell 100.0%