Skip to content

gamedev-studies/jungle-climb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

154 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

A platformer game I created using pygame

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 96.0%
  • Inno Setup 3.9%
  • Batchfile 0.1%