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
- Host: GitHub
- URL: https://github.com/soft/haskell-life
- Owner: Soft
- License: gpl-3.0
- Created: 2017-02-15T16:34:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T16:34:59.000Z (over 9 years ago)
- Last Synced: 2025-01-28T04:29:08.446Z (over 1 year ago)
- Topics: game, game-of-life, haskell, sdl
- Language: Haskell
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
