Skip to content

devpersi/breakout-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Breakout in Pygame

Project Description

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.

Getting Started

  1. Clone or download the repository to your local machine
  2. Make sure Python and pygame are installed
  3. Open a terminal and cd into the source folder
  4. Run
python main.py

Project Features

  • 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.

Built With

  • Python
  • pygame

Authors

  • Persi.Dev
  • DimPour
  • zizwrzhs
  • Dogojesh

Acknowledgments

Music

Youtube tutorials

About

Classic breakout clone made with pygame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages