This is a clone with some personal features of old Breakout game written in Python with PyGame module.
Firstly clone repository to your computer
git clone https://github.com/frankofil/Atari-Breakout.git
Go to downloaded folder and install additional packages
pip install -r requirements.txt
Now you are good to go. To run program simply run
python script.py
To move a paddle use left and right arrows
- For each destroyed brick (except black ones), the player gets 20 points
- For each destroyed black brick, the player gets 100 points by the game speeds up
- For clearing whole level, the player gets 500 points