Skip to content

This is a simple framework for the brickout-game. It's includes ball, paddle, brick wall and additional collision detection between this objects. Furthermore logic for winning and losing.

License

christianbender/brickout-game-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brickout-Game in pygame

This is a simple brickout-game. It's includes ball, paddle, brick wall and additional collision detection between this objects. Furthermore logic for winning and losing and scoring. The game is written in Python 2.

You start the game with python game.py

The game runs with 60 frames per second.

I used a code sample for the basic structure of pygame from this site http://programarcadegames.com/ The site contains a comprehensive introduction in Python and Pygame. In addition many many examples.

About

This is a simple framework for the brickout-game. It's includes ball, paddle, brick wall and additional collision detection between this objects. Furthermore logic for winning and losing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages