https://github.com/shellfly/gol
Game of Life https://shellfly.org/game-of-life/
https://github.com/shellfly/gol
Last synced: 8 months ago
JSON representation
Game of Life https://shellfly.org/game-of-life/
- Host: GitHub
- URL: https://github.com/shellfly/gol
- Owner: shellfly
- License: apache-2.0
- Created: 2021-09-26T11:13:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-26T11:16:48.000Z (over 4 years ago)
- Last Synced: 2025-01-12T10:27:10.493Z (about 1 year ago)
- Language: Rust
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# WASM Game of Life
Code for [Rust 🦀 and WebAssembly 🕸](https://rustwasm.github.io/docs/book/introduction.html) book
[Live Demo](https://shellfly.org/game-of-life/)
## 🛠️ Build with `wasm-pack build`
``` bash
wasm-pack build
```
## 🔬 Test in Headless Browsers with `wasm-pack test`
``` bash
wasm-pack test --headless --firefox
```
## Start local dev web server
```bash
cd www
npm run start
```