Skip to content

Ethboxer/blue-doodle-quest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Blue Doodle Quest

Blue Doodle Quest is a lightweight arcade platformer built as a static web game with no external dependencies.

What is included

  • one-screen playable vertical platformer
  • keyboard and touch controls
  • moving and crumble platforms
  • spring boosts
  • score tracking and local best score persistence
  • pause, restart, and game over overlays

Run locally

You can open index.html directly in a browser, or serve the folder with any static server.

Example with Node:

npx serve .

Example with Python:

python -m http.server 8080

Then open http://localhost:8080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors