Skip to content

maxmarcon/wasm-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life in WASM

Webassembly implementation of Conway's Game of Life.

Available here.

The simulation is pausable. Once paused, one can move forward one step at a time.

SCREENSHOT

Requirements

Build and run locally

  1. wasm-pack build
  2. cd www
  3. yarn (or npm install)
  4. yarn start (or npm start)
  5. visit http://localhost:8080

About

Webassembly learning project

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