This project is a clone of the classic 80s game Breakout, built using Python's Turtle graphics library. The game features a paddle, a ball, and bricks that the player must break to win.
- Python 3.x
- Turtle graphics library
Run the game: In /src
python main.py
Enjoy playing the game!