suujia / lifehs

Haskell implementation of Conway's Game of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lifehs [WIP]

Haskell implementation of Conway's Game of Life

Authors: Tom Lee, Susie Chen, James Luo

Usage:

$ runhaskell LifeGUI.hs
.. . . . . . . . . . . . . . . . . ... . . . . . . . . . . . . . . . .
. ■ ■ . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
Press ^c in order to finish

Note that this program uses ANSI escape sequences hence may not work on Windows.

About

Haskell implementation of Conway's Game of Life

License:GNU General Public License v3.0


Languages

Language:Haskell 100.0%