Slide map puzzle, based on a retro game. Made with Bevy
To run game in a browser during development see this guide
tldr:
cargo install wasm-server-runner
cargo serve # this is an alias set in `.cargo/config.toml` that runs: `cargo run --target wasm32-unknown-unknown`
cargo run
For deploying to the web see this guide
The objective is to collect all of the wizards potion bottles in the dungeon. Use the arrow keys to move him, he will slide until he hits an object. If he slides through a bottle, he will pick it up on the way. Use the spacebar to teleport him to its location, be warned, the teleporter will switch to the wizards original potition.
Top tip:
The teleporter is a solid object, so use it as a movable bit of wall to help you navigate the board.
Tilemap asset from kenny.nl