Skip to content

Files

Latest commit

f0af0c4 · Jan 30, 2022

History

History
This branch is 1257 commits behind geekcomputers/Python:master.

brickout-game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 29, 2018
Jan 30, 2022
Jan 26, 2018

Brickout-Game in pygame

This is a simple brickout-game. It's includes ball, paddle, brick wall and additional collision detection between these 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.