A 2D game built with bevy.
Run it with the following:
cargo run --release
When developing, use this to dynamically link with bevy for faster builds:
cargo run --features bevy/dynamic
Gamepads and keyboard are supported.
- Player 1: WASD keys to move, left shift to walk
- Player 2: Arrow keys to move, right shift to walk
- Escape to exit
Build a release:
./build_release
Output will be twodina.zip
.