An open API service indexing awesome lists of open source software.

https://github.com/soft/haskell-life

Conway's Game of Life implemented in Haskell using SDL
https://github.com/soft/haskell-life

game game-of-life haskell sdl

Last synced: about 1 year ago
JSON representation

Conway's Game of Life implemented in Haskell using SDL

Awesome Lists containing this project

README

          

## Conway's Game of Life implemented in Haskell using SDL

Flags:
-h Display this help
Keys:
Space: Step simulation
Backspace: Previous state
Return: Start simulation
Plus: Increase speed
Minus: Decrease speed
c: Clear the grid
t: Toggle between infinite and bounded grid
q: Quit

![Screenshot](http://i.imgur.com/FgaAXCm.gif)