Blue Doodle Quest is a lightweight arcade platformer built as a static web game with no external dependencies.
- 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
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 8080Then open http://localhost:8080.