This repo is a way for me to experiment with Pygame, while trying to recreate a classic MacOS game from my childhood.
pip install requirements.txt
- then run
python main.py
This should open a new window (currently not resizable) :
Click New Game
to start.
Press the SPACE
bar to place a bomb. You can explode all pink blocks, but you can't kill enemies, and
enemies currently cannot hit you either!
Click Title Screen
to go back.
- Python 3.10
- Pygame 2.1.2
- enemies can shoot bullets
- HUD
- Player can pick up coins
- soundtrack
I'm using conventional commits (see reference here).