Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.3 KB

README_EN.md

File metadata and controls

44 lines (39 loc) · 1.3 KB

battle-city

  • Design levels (Ldtk software)
  • Load levels
  • Switch levels
  • Random resurrection positions
  • Collision detection using physics engine
  • Resurrection, shield, explosion and water etc sprite animations
  • game ui
  • game sounds
  • pause game
  • enemies ai
  • local multiplayer
  • 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/battle-city.wasm

Screenshots

Game video: YouTube

start_menu game_playing game_over

References