Welcome to Brick_Game, a classic brick-breaking game where your objective is to break as many bricks as possible while keeping your paddle intact. You start with 3 lives and face various challenges represented by different types of bricks.
- S: Shrink Paddle
- X: Expand Paddle
- E: Exploding Brick
- 1/2/3: Strength of Brick at that position
- N: Unbreakable Brick
To run the game, follow these simple instructions:
- Make sure you have Python 3 installed on your system.
- Open the terminal or command prompt.
- Navigate to the directory containing the game files.
- Enter the following command:
python3 main.py
- a: Move paddle to the left.
- d: Move paddle to the right.
- p: Release the ball.
- q: Quit the game.
- Keep an eye on power-up bricks (S, X, E) for strategic advantages.
- Manage your lives wisely; you have only 3 to start with.
- Break through the numbered bricks (1/2/3) to increase your score.
Feel free to customize and enhance the game as per your preferences. Enjoy the nostalgic experience of breaking bricks!