# Chrono-Dash-Time-Twiste Chrono Dash is a fast-paced, side-scrolling runner game that challenges both your reflexes and your timing strategy. Dodge deadly obstacles, collect energy orbs, and harness time-bending powers like slow motion and time reversal to survive a chaotic digital simulation. ## How to Play 🟢 Collect green orbs to recharge your powers. 🟥 Avoid red obstacles — one hit and you're done. ## Controls: SPACE → Jump S → Slow time for 1 second R → Rewind your position 2 seconds ## Features Unique time control mechanics (slow & reverse) Infinite level scaling — difficulty increases the longer you survive Clean, retro-sci-fi visual style Simple controls, deep skill ceiling No frameworks — just HTML, CSS, and JavaScript ## Perfect For Browser game enthusiasts GitHub Pages hosting Coding portfolios and game jams Players who love a unique twist on endless runners ## 🗂️ Project Structure ```bash ├── index.html # Game canvas and layout ├── style.css # Styling and layout └── script.js # Game logic and mechanics ``` ## 📦 How to Run 1. Clone or download this repository 2. Open `index.html` in any browser 3. Or deploy to GitHub Pages to play online! ## 🌐 GitHub Pages Hosting To host the game on GitHub Pages: 1. Create a new repository (e.g. `chrono-dash`) 2. Upload `index.html`, `style.css`, and `script.js` 3. Go to `Settings > Pages` 4. Under **Source**, select `main` and `/ (root)` 5. Visit: `https://your-username.github.io/chrono-dash/`