Bee3D is a Rust maze game with a fixed isometric camera. You fly a bee through a generated maze, collect pollen from flowers, then reach the exit before the timer expires.
Overview of the maze, bee, and isometric ground plane:
Exit unlocked after collecting all pollen:
- Fixed isometric camera for a classic 3D board-game feel
- Procedurally generated maze with a clear entrance and exit
- Flower pollen pickups that unlock the exit
- Countdown timer and restart flow
- Native desktop rendering with
macroquad
cargo runcargo run -- --screenshot screenshots/overview.png overview
cargo run -- --screenshot screenshots/exit-unlocked.png exitW A S Dor arrow keys: move the beeShift: boostR: restart with a fresh maze

