A platformer made with pygame as an experiment.
A / Left Arrow key - Run Left
D / Right Arrow key - Run Right
W / Up Arrow key - Jump
There are also menu key board shortcuts which can be guessed intuitively (Space, Escape, R, M, V, H)
- Clone this repository
- You will need python 3.6+ with pip
pip install -r requirements.txt
- Run main.py
- Follow the previous procedure
- Have Inno Setup installed and on PATH (Windows only)
- Run build.cmd or
python setup.py build && iscc "Installer Script.iss"
- Jesse M for the jungle pack sprites
- Ross Bugen for the music
- dklon for the jump sound effect