demo.mp4
The aim of the game is to fly the drone from the red to the green podium without colliding into anything else.
The movement of the drone is mapped to WASD. W/S activates the bottom and top thrusters. A/D rotates the drone anti-clockwise and clockwise.
See the releases section for pre-compiled versions of the game. If a precompiled version is not available for your platform, please follow the compilation instructions below.
Firstly, a rustup installation is required. Instructions for installing this can be found at https://www.rust-lang.org/tools/install.
Depending on your platform, some other dependencies may need to be installed, which are detailed in this guide: https://bevyengine.org/learn/book/getting-started/setup/
Once the above steps are completed, clone this repository and build+run using cargo:
git clone https://github.com/Samuel-Bowden/drone-agility-challenge
cd drone-agility-challenge
cargo run --release