https://github.com/caneroj1/haskell-game-of-life
Brief Game of Life Implementation in Haskell
https://github.com/caneroj1/haskell-game-of-life
gameoflife graphics haskell
Last synced: 6 months ago
JSON representation
Brief Game of Life Implementation in Haskell
- Host: GitHub
- URL: https://github.com/caneroj1/haskell-game-of-life
- Owner: caneroj1
- License: other
- Created: 2018-07-12T04:21:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T04:29:37.000Z (about 7 years ago)
- Last Synced: 2025-02-03T11:47:54.152Z (8 months ago)
- Topics: gameoflife, graphics, haskell
- Language: Haskell
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Game of Life
Brief Haskell implementation of Conway's Game of Life using the Gloss graphics library.