A cyberpunk-themed brick breaker game built with vanilla HTML, CSS, and JavaScript.
- Open the game in your browser (see below).
- Select Difficulty:
- Easy: Relaxed speed, wider paddle, more lives.
- Medium: Balanced challenge.
- Hard: Fast ball, narrow paddle, intense action!
- Controls:
- Mouse: Move mouse left/right to control the paddle.
- Touch: Drag on screen to move (supported on mobile).
- Pause: Press
P,Esc, or click the pause button.
Simply double-click index.html to open the game in your default web browser. No server required!
View on GitHub Pages (if enabled)
- Neon Visuals: Glowing effects and dynamic background.
- Physics Engine: Smooth ball movement and paddle deflection angles.
- Power-ups:
⟷Expand Paddle⊕Multiball
- Highscores: Local highscore system for each difficulty level.
- Canvas Rendering: High-performance 60FPS gameplay.
- HTML5 Canvas
- CSS3 (Variables, Animations, Flexbox)
- Modern JavaScript (ES6+)
Created by Legend129007