Skip to content

Version 1.0

Latest
Compare
Choose a tag to compare
@joao003 joao003 released this 17 May 00:18
· 21 commits to main since this release
23924e3

Initial release of Breakout Python.

This executable is made for Windows. But it can work under Linux too with WineHQ.

Alternative way to run game on Linux:

  1. Download a source code ZIP
  2. Extract file on any folder
  3. Start Terminal
  4. Go to where Breakout is located.
  5. Run "chmod +x breakout.py"
  6. And done, enjoy!

Way to run game on macOS is same as alternative way to run it on Linux, except that you run "python3 breakout.py" on Terminal instead of "chmod +x breakout.py".

Only known bug:

  1. Sphere can sometimes be stuck in right side of screen. The only way to fix is let it fall off.