A tiny browser game built with React + Vite where the player runs across your browser’s header (title or URL bar).
Jump obstacles, rack up points, and see how far you can go!
- Press Space to start.
- While running:
- Press Space to jump over obstacles (
■). - Keep running (
🚶 / 🏃) to increase your score.
- Press Space to jump over obstacles (
- If you hit an obstacle → Game Over ❌
- Press Space again to restart.
- Switch display mode:
- URI (hash) → The game runs inside your URL bar.
- Title → The game runs inside the browser tab title.
Clone the repo and install dependencies:
git clone https://github.com/your-username/header-runner.git
cd header-runner
npm install