Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekzhang/game-of-life
Conway's Game of Life simulator running in the browser, based on the HashLife algorithm (quadtrees + memoization)
https://github.com/ekzhang/game-of-life
canvas game-of-life hashlife life-simulator quadtree vue
Last synced: about 1 month ago
JSON representation
Conway's Game of Life simulator running in the browser, based on the HashLife algorithm (quadtrees + memoization)
- Host: GitHub
- URL: https://github.com/ekzhang/game-of-life
- Owner: ekzhang
- Created: 2018-11-21T00:05:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T18:32:28.000Z (over 2 years ago)
- Last Synced: 2024-07-30T19:24:50.077Z (4 months ago)
- Topics: canvas, game-of-life, hashlife, life-simulator, quadtree, vue
- Language: Vue
- Homepage: https://www.ekzhang.com/game-of-life/
- Size: 2.65 MB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# game-of-life
[Try it here](https://ekzhang.github.io/game-of-life/)
Conway's Game of Life simulator running in the browser, based on the [HashLife algorithm](http://www.drdobbs.com/jvm/an-algorithm-for-compressing-space-and-t/184406478).
Interface bootstrapped using Vue CLI.