https://github.com/tmcdonell/gameoflife-accelerate
https://github.com/tmcdonell/gameoflife-accelerate
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmcdonell/gameoflife-accelerate
- Owner: tmcdonell
- License: bsd-3-clause
- Created: 2019-04-05T13:13:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T16:46:48.000Z (over 5 years ago)
- Last Synced: 2025-02-17T21:05:34.295Z (over 1 year ago)
- Language: Haskell
- Size: 1.5 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gameoflife-accelerate
An implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
cellular automaton using [Haskell](https://www.haskell.org) and
[Accelerate](https://www.acceleratehs.org).