Skip to content

didibear/sushi-boat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sushi boat

image

Little game for the Bevy Jam #2

Game

Combine the given items to create the sushi boat !

Commands

  • Drag and drop items with your mouse
  • Stick two items together to combine them

Build

  1. Compile wasm app
cargo build --release --target wasm32-unknown-unknown
  1. Create JS bindings
wasm-bindgen --out-dir ./dist/target --target web ./target/wasm32-unknown-unknown/release/stacker.wasm
  1. Copy assets to the dist folder
cp -r assets dist

Publish

  • Start a local web server
basic-http-server dist
  • Publish to itch.io
zip dist.zip dist/**/*

Licence

Code is licensed under MIT or Apache-2.0.
Assets are licensed under CC BY 4.0.