https://github.com/terror/life
Conway's game of life + wasm
https://github.com/terror/life
Last synced: 5 months ago
JSON representation
Conway's game of life + wasm
- Host: GitHub
- URL: https://github.com/terror/life
- Owner: terror
- License: other
- Created: 2021-10-04T17:52:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T19:12:17.000Z (over 4 years ago)
- Last Synced: 2025-08-03T07:38:20.461Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
Conway's game of life targeting [WASM](https://webassembly.org/)[^1]
Rust code is built using `wasm-pack` and served over http via `webpack`.
[^1]: [Tutorial: Conway's game of Life](https://rustwasm.github.io/book/game-of-life/introduction.html#tutorial-conways-game-of-life)