Help the Dango survive by fighting waves of enemies. Dash into enemies to eliminate them.

Public Library1.0.0updated 7 months ago20.67 KB
COPY
wapm install willGuimont/dashy-dango

Need help using WAPM?

Get started here

Commands

play

Files

  • Readme.md

dashy-dango

Dashy Dango a wave fighting game made with WASM-4 by @samX500 and @willGuimont.

Build the cartridge

cargo build --release

Run the cartridge

w4 run target/wasm32-unknown-unknown/release/cart.wasm
# or
w4 watch target/wasm32-unknown-unknown/release/cart.wasm

Minify cartridge

Requirements:

cargo build --release
./optimize_cart.sh

bundle

w4 bundle --html build/html/index.html --title Dango --description "Rolling puzzle game" --icon-file "assets/sprites/dangoBeeg.png" build/cart.wasm
w4 bundle --linux dango carts/cart.wasm

Deploy to GitHub-Pages

./deploy.sh

Useful tools

png2src

w4 png2src --rust top.png down.png left.png right.png

<1klast week

Latest version

1.0.0

Latest updated

7 months ago

Unpackaged size

20.67 KB

License

ISC

Collaborators