Skip to content

Conways Game of Life in WASM/RUST

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

thehashton/wasm-game-of-life

Repository files navigation

Conways Game of Life in RUST/WASM

by Harry Ghazni

Game of Life

Built with 🦀🕸 by The Rust and WebAssembly Working Group

About

My spin on the Rust WASM tutorial from the WASM site on Conways Game of Life.

🚴 Usage

🐑 Use cargo generate to Clone this Template

Learn more about cargo generate here.

cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project
cd my-project

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🎁 Publish to NPM with wasm-pack publish

wasm-pack publish

🔋 Batteries Included

Releases

No releases published

Packages

No packages published