Clone of the iconic arcade game "Breakout" built in Python with pyxel library.
Use arrow keys to move the bottom bar and bounce the ball.
Esc
- Quit the game.Arrow keys
- Navigate through game menu and steer the bottom bar.
To play the game simply clone the repo and run the main file (src/App.py
).
git clone github.com/xkcm/arcade-breakout
cd arcade-breakout
python3 src/App.py
Before playing, make sure you have the following requirements:
python3
- Python interpreter version 3.9.7.pyxel
- Python library for rendering pixel graphics. For installation guide please refer to the official documentation.