This project is a breakout clone, built using pygame. The project features two paddles, a ball that reflects off the paddles, walls and bricks and destroys bricks on collision.
- Clone or download the repository to your local machine
- Make sure Python and pygame are installed
- Open a terminal and cd into the source folder
- Run
python main.py
- Two paddles, red movement is keyboard a and d, blue movement is numpad 4 and 6 for left and right respectively.
- A ball, spawned in a random position across the screen width (x axis), at the middle of the screen on the y axis (screen height).
- A brick wall, made up of 6 rows and 10 columns at the top of the screen.
- Python
- pygame
- Persi.Dev
- DimPour
- zizwrzhs
- Dogojesh