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.gitGo to downloaded folder and install additional packages
pip install -r requirements.txtNow you are good to go. To run program simply run
python script.pyTo 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