Skip to content

This is a clone with some personal features of old Breakout game written in Python with PyGame module.

Notifications You must be signed in to change notification settings

frankofil/Atari-Breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atari Breakout

Idea

This is a clone with some personal features of old Breakout game written in Python with PyGame module. Gameplay

How to run?

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

How to play?

To move a paddle use left and right arrows

Score system

  1. For each destroyed brick (except black ones), the player gets 20 points
  2. For each destroyed black brick, the player gets 100 points by the game speeds up
  3. For clearing whole level, the player gets 500 points

About

This is a clone with some personal features of old Breakout game written in Python with PyGame module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages