Releases: joao003/breakout-python
Releases · joao003/breakout-python
Version 1.0
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:
- Download a source code ZIP
- Extract file on any folder
- Start Terminal
- Go to where Breakout is located.
- Run "chmod +x breakout.py"
- 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:
- Sphere can sometimes be stuck in right side of screen. The only way to fix is let it fall off.