Skip to content

dooco/parcel-panic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parcel Panic: Sky Drop 🚁📦

A fast-paced arcade browser game where you pilot a delivery drone across the skyline, line up drops into moving mailboxes, and avoid low-flying birds that can end the run instantly. The higher you stay, the safer the drone is. The lower you fly, the easier it is to place packages, but the greater the collision risk.

About The Game

Each round lasts 60 seconds. Move the drone horizontally and vertically, time your package drops, build score multipliers through consecutive deliveries, and manage the tradeoff between precision and safety. Mailboxes keep moving, difficulty ramps up as your score rises, and bird hazards make low-altitude flying increasingly dangerous.

Run Locally

  1. Open a terminal in the project folder.
  2. Start a local web server:
python3 -m http-server 8000
  1. Open your browser and go to http://localhost:8000.
  2. Click index.html in the directory listing if it does not open automatically.

You can also open index.html directly in a browser, but using a local server is the most reliable way to launch it.

Controls

  • A / ← - Move drone left
  • D / → - Move drone right
  • W - Move drone up
  • X - Move drone down
  • SPACE - Drop package
  • R - Restart (after game over)

Stay high to avoid low-flying birds.

Features

  • 60-second timed rounds
  • Combo multiplier system (up to 5x)
  • Perfect drop bonuses (+3 points for center hits)
  • Progressive difficulty scaling
  • Low-flying bird hazards that can end the run on collision
  • Local high score persistence
  • Particle effects and visual feedback

Tech Stack

  • HTML5 Canvas
  • Vanilla JavaScript (ES6)
  • CSS3
  • No external dependencies

Development

Built using the BMAD Method agile AI-driven development framework.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages