Cute arcade game for my HSC SDD major work.
Python 3.10+ required, (written with Python 3.12.2)
install dependencies as needed using pip,
- tested: pygame 2.5.2+
pip3 install pygame(or 'pip' for Windows)
a requirements.txt will be generated in a future commit, if needed.
cd into the script directory, ensure all other project files are present.
For Linux/MacOS (UNIX):
python3 ./main.pyFor Windows:
python ./main.pyPRs are welcome, they should be meaningful.
Level designs would be most appreciated, just open template.png in a pixel-percision image editor (e.g. LibreSprite).
The colours and their corresponding tile types can be easily inferred.
Save the png with a new name, and generate it's (.json) level file using genlevel.py.