Production never sleeps. Keep the bot running and dodge every bug before it takes you down.
A Chrome dino-runner clone, reskinned for DevOps life instead of jumping cacti, you're a runaway server bot dodging bugs in production. Built as a single self-contained HTML file: no build step, no dependencies, no server required.
| Action | Key / Input |
|---|---|
| Jump / Start / Restart | Space, ↑, or tap/click the screen |
- Procedurally spawned obstacles with increasing speed and frequency
- Parallax server-rack background with blinking status lights
- Persistent best score (saved locally in your browser)
- Fully responsive — playable on desktop and mobile
- Respects
prefers-reduced-motionfor accessibility
Pure HTML5 Canvas + vanilla JavaScript + CSS. No frameworks, no build tools, no external JS dependencies.
Clone the repo and open the file directly in a browser:
git clone https://github.com/jasamandehvary/robot-runner.git
cd robot-runner
open index.html # or just double-click itNo install step needed.
This repo is deployed via GitHub Pages directly from the main branch root. Any push to main updates the live version automatically.
MIT — feel free to fork it, reskin the character, or remix the obstacles.
