Skip to content
/ life Public

John Conway's game of life implemented with web assembly

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

jpdvi/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WASM-game-of-life

My implementation of Conway's Game of Life using web assembly from the rustwasm book.

Usage

Requires wasm-pack and npm to be installed.

Run the project

wasm-pack build && cd www && npm run start

Then navigate to localhost:8080 in your browser.

Examples

About

John Conway's game of life implemented with web assembly

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