Skip to content

๐Ÿฆ€ A Implementation of Conway's game of life, written in Rust + WebAssembly

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

ajmwagar/conways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿฆ€๐ŸŒฑ conways

Build Status

I wanted to learn about WebAssembly + Rust. So I decided to reimplement Conway's Game of Life, built with Rust and WebAssembly using wasm-pack.

๐Ÿšด Usage

๐Ÿ‘ Use git clone to Clone this Repo

git clone https://github.com/ajmwagar/conways
cd conways

๐Ÿ› ๏ธ Build with wasm-pack build

wasm-pack build

๐Ÿ”— Link with npm link

cd pkg
npm link
cd ../www
npm link conways

๐Ÿƒโ€โ™‚๏ธ Run with npm run start

npm run start

open localhost:8080 in your browser

๐Ÿ”ฌ Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

About

๐Ÿฆ€ A Implementation of Conway's game of life, written in Rust + WebAssembly

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published