Skip to content

dalestone/bee3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bee3D

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.

Screenshots

Overview of the maze, bee, and isometric ground plane:

Bee3D overview

Exit unlocked after collecting all pollen:

Bee3D exit unlocked

Features

  • 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

Run

cargo run

Generate Screenshots

cargo run -- --screenshot screenshots/overview.png overview
cargo run -- --screenshot screenshots/exit-unlocked.png exit

Controls

  • W A S D or arrow keys: move the bee
  • Shift: boost
  • R: restart with a fresh maze

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors