This is a simple Breakout game implemented in Python using the Turtle graphics module.
-
Clone this repository to your local machine:
git clone https://github.com/alexkanavos/breakout-game.git
-
Navigate to the project directory:
cd breakout-game
To start the program, run the following command:
python3 main.py
- Use the left and right arrow keys to move the paddle.
- Try to bounce the ball off the paddle to break the bricks.
- If the ball falls below the paddle, you lose.
- The game ends when the ball falls below the paddle or all bricks are destroyed.
Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License.