/TombOfTheSyllabus

cute arcade game for HSC SDD major work

Primary LanguagePythonMIT LicenseMIT

Tomb Of The Syllabus

Cute arcade game for my HSC SDD major work.

This is currently a WIP project with a lazy commit structure,

Setup

install dependencies as needed using pip3, a requirements.txt will be generated in a future commit

Running

python3 ./main.py

Contributing

PRs are welcome, they should be meaningful.

Level designs

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.