Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labyrinth Bevy Game

Launch

cargo run

Web Launch

cargo run --example web Open under http://localhost:8080

Gameplay

  • Use arrow keys to move.
  • Press x key to attack.
  • Avoid enemies.
  • Try to find the green finish area.
  • Collect coins to increase score.

Build for web

Unofficial docs

cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --no-typescript --target web \
    --out-dir ./wasm_out/ \
    --out-name "game" \
    ./target/wasm32-unknown-unknown/release/game.wasm

About

Bevy Labyrinth Game

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages