Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 927 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 927 Bytes

wasm-game-of-life

This started as a WASM playground built out of a tutorial and is slowly morphing into an interactive form of Conway's game of life

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🏃‍♀️🏠 Run locally

cd www
npm i
npm start

🎁 Publish to NPM with wasm-pack publish

wasm-pack publish

🔋 Batteries Included