Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 1.25 KB

README_EN.md

File metadata and controls

43 lines (38 loc) · 1.25 KB

jump-jump

  • Jump animation
  • Charging animation
  • Charging particle effect
  • Fall animation
  • Camera follow
  • Generate platforms
  • Score up animation
  • Score board
  • Game ui
  • Game sounds
  • WASM support

Play online: click here (Open with PC Chrome/Firefox/Edge)

Get started

  1. Native
cargo run
  1. WASM
rustup target install wasm32-unknown-unknown
cargo install wasm-server-runner
cargo run --target wasm32-unknown-unknown
cargo install wasm-bindgen-cli
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/jump-jump.wasm

Screenshots

Game video: Youtube

main menu game playing game over

Reference