A classic Arkanoid/Breakout clone built with HTML5 Canvas and JavaScript.
- Classic brick-breaking gameplay
- Mouse and keyboard controls
- Multiple levels with increasing difficulty
- Color-coded bricks
- Score tracking
- Lives system
- Pause functionality
- Open
index.htmlin a web browser - Click anywhere on the game screen or press the SPACE key to start
- Use the mouse or left/right arrow keys to move the paddle
- Break all bricks to advance to the next level
- Press 'P' to pause/resume the game
- Mouse Movement: Move the paddle left and right
- Left/Right Arrow Keys: Move the paddle
- P Key: Pause/Resume the game
- Space Bar/Click: Start the game
- The ball will bounce off walls, bricks, and the paddle
- Breaking bricks earns you points
- If the ball falls below the paddle, you lose a life
- You have 3 lives to complete as many levels as possible
- Each level increases the ball speed slightly for added challenge
This game is built using:
- HTML5
- CSS3
- JavaScript (vanilla, no frameworks)
Feel free to modify the game's appearance and mechanics by editing the CSS and JavaScript files.