Block breaker

A classic arcade game!

Block Breaker is a popular puzzle game where you use a paddle to bounce a ball and destroy a set of bricks on a screen. The goal is to clear all the bricks before they reach the bottom of the screen.

Here's a simple text-based version of the game:

Game Start

You have 3 lives. The goal is to clear all the bricks on the screen.

  +---------------+
  |          |  |
  |  Paddle  |  |
  |          |  |
  +---------------+
  |          |  |
  |  Bricks  |  |
  |          |  |
  +---------------+
  |          |  |
  |  Ball    |  |
  |          |  |
  +---------------+

Your Turn

You can move the paddle left or right using the following commands:

What would you like to do?

(Note: You can also use the arrow keys to move the paddle if you prefer.)