Skip to content

joao003/breakout-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

breakout-python

logo

breakout

This is Breakout game made fully in Python with Pygame library. This is created to show my skills that I learned from CS50. The objective of this game is to break all the bricks available in the level in order to pass to next level.

Controls

  • Arrow keys - Move paddle
  • Spacebar - Launch sphere
  • P - Pause/Resume game

Known bugs

  • Sphere can be stuck on right side of screen sometimes. The solution is let it fall off.

Requirements

  • Python 3 must be installed and up-to-date.
  • Windows 10 64-bit or superior (Never tested on Windows 7 and 8.1. Recent version of Python doesn't support Windows 7, but Windows 8.1 may work)
  • Also works on updated modern Linux distros made from 2020 onwards with WineHQ or chmod +x.
  • Also works on macOS 10.15 or superior.
  • 1024x768 resolution or higher, but 1440x900 resolution or higher is recommended.

Warning

If you want to replace backgrounds and songs from game with anything different, name them with only numbers. DO NOT name them with anything different than numbers, because it will cause game to not run!

Credits