An open API service indexing awesome lists of open source software.

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/

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
```