Skip to content

elibroftw/jungle-climb

Repository files navigation

Logo Jungle Climb

A platformer made with pygame as an experiment.

Screenshots

Jungle Climb Screenshot 1 Jungle Climb Screenshot 2

Demo and Development Story

Watch the demo

Controls

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)

Python Instructions

  1. Clone this repository
  2. You will need python 3.6+ with pip
  3. pip install -r requirements.txt
  4. Run main.py

Build instructions (Windows only for now)

  1. Follow the previous procedure
  2. Have Inno Setup installed and on PATH (Windows only)
  3. Run build.cmd or python setup.py build && iscc "Installer Script.iss"

Credits