https://github.com/dirktoewe/game_of_js
WebGL accelerated Game of Life for JS
https://github.com/dirktoewe/game_of_js
Last synced: 5 days ago
JSON representation
WebGL accelerated Game of Life for JS
- Host: GitHub
- URL: https://github.com/dirktoewe/game_of_js
- Owner: DirkToewe
- License: gpl-3.0
- Created: 2019-05-14T21:25:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T11:22:13.000Z (almost 7 years ago)
- Last Synced: 2025-12-20T20:29:52.720Z (6 months ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# game_of_js
WebGL accelerated Game of Life for JS. Try it out [here](https://dirktoewe.github.io/game_of_js/game_of_life.html). A few words about the cryptic controls:
* Use mouse wheel to zoom in and out
* Left-click drag the mouse to move the board
* Use right-click to either toggle cells or to insert patterns
* Insertible patterns can be selected from the `` dropdown
* The `16 ms` dropdown allow to adjust the minimum delay between simulation steps. The higher the delay the slower the simulation.