Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riley-martin/game_of_life
An implementation of Conway's Game of Life using Rust compiled to webassembly and javascript
https://github.com/riley-martin/game_of_life
Last synced: about 2 months ago
JSON representation
An implementation of Conway's Game of Life using Rust compiled to webassembly and javascript
- Host: GitHub
- URL: https://github.com/riley-martin/game_of_life
- Owner: riley-martin
- License: apache-2.0
- Created: 2022-08-15T17:58:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T19:12:04.000Z (over 2 years ago)
- Last Synced: 2024-01-03T17:26:07.264Z (about 1 year ago)
- Language: Rust
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Conway's Game of Life
## About
This is my implementation of Conway's Game of Life. It uses Javascript and
Rust compiled to Webassembly and draws the game onto an HTML canvas element.
## Demo
You can try a live preview [here](https://riley-martin.github.io/game_of_life)
## TODO
- [x] Adjust speed with slider
- [x] Toggle cells with mouse
- [x] Clear screen
- [x] Pause game