A simple Breakout clone to experiment with Python code.
Built using PyGame for the graphics.
Run the game from a terminal using: py game.py
Use arrow keys (left and right) to move the paddle.
Launch the ball with space.
Have fun ;)
- Thanks to Dragon Nguyen (bdragon1727) for the explosion graphics (https://bdragon1727.itch.io/retro-impact-effect-pack-3)
- Origianl Breakout game (https://en.wikipedia.org/wiki/Breakout_(video_game))
- Pygame v2.6.1 (https://www.pygame.org/docs/)
- Python v3.13.1 (https://www.python.org/)
