The Wayback Machine - https://web.archive.org/web/20201122011932/https://github.com/deciduously/dots
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
www
 
 
 
 
 
 
 
 
 
 
 
 

README.md

dots

Clone of Boomshine. This version can be played here

The logic is implemented in Rust targeting WebAssembly, with the rendering handled by JavaScript to a canvas element.

screenshot

Usage

Play the current release on deciduously.com.

Develop

Requires wasm-pack.

  1. Clone this repo
  2. Execute wasm-pack build in the project root
  3. If this is the first run, execute npm install in the www dir
  4. Execute npm run start from within www. This will serve the app on localhost:8080

For future rebuilds, you only need step 2 every time you change the Rust code and 6 just once to start the dev server.

Acknowledgements

The rustwasm book was a great kicking off point.

You can’t perform that action at this time.