# Neon Car Shooter - JavaScript Game A fast-paced neon-themed shooter game built with HTML5 Canvas and vanilla JavaScript. The game includes power-ups, boss fights, and smooth arcade-style mechanics. ## Features * **Neon-styled graphics** with glowing effects * **Arrow keys** to move the car left/right * **Spacebar** to shoot bullets * **Score** and **High Score** tracking using `localStorage` * **Boss enemy** every 20 points * **Power-ups:** * Shield: Protects against one enemy hit * Speed Boost: Increases player movement temporarily * **Restart** and **Mute** buttons ## Controls * ← Arrow Left: Move left * → Arrow Right: Move right * Spacebar: Shoot * R: Restart * M: Mute/Unmute sounds ## File Structure ``` neon_car_shooter/ ├── index.html # Main HTML file ├── style.css # Styling and layout ├── game.js # Game logic (JavaScript) ├── assets/ # Sound effects (shoot, hit, shield, etc.) ``` ## How to Run 1. Download or clone the repository. 2. Open `index.html` in your browser. 3. Enjoy blasting enemies and beating your high score! ## Customization * Change themes or player colors in `style.css` * Swap out or add sounds in `assets/` * Modify gameplay mechanics in `game.js` ## Credits Created by **Marwan Al-Gharably(aljahbaz)** Powered by: HTML5 + JavaScript + Canvas