A downloadable game

The Great Banana Heist

You are a monkey that are escaping from the national banana bank with all their bananas, but be careful about not slipping on your own bananas. Also, a monkey has to eat, when a monkey has to eat.

CONTROLS:

<arrow-keys> - move

<space> - eat banana and leave banana peel

the monkey gets hungry from moving


DEPENDENCIES:

python3 with pygame installed


ADD LEVELS & GITHUB:

It would be awesome to get some more levels in the game. So pull requests on our github page would be fun!

https://github.com/jakkarn/the-great-banana-heist


CONTRIBUTORS:

Jakob N, TZ Enterprises, Oscar V, David L

Download

Download
the-great-banana-heist.zip 689 kB

Install instructions

HOW TO RUN:

The zip contains source code written in python. Run the main.py from the same directory as the main.py

ADD LEVELS:

Custom levels can be added (or edit the existing ones). Just add text files with the same format as the levels in the directory levels. The symbols are whitespace separated and only 1-2 symbols will add to the level. The first symbol must be a tile symbol (wall, ground, water, end) and the second one (optional) is an entity (banana, player, guard, banana peel).

Guards are loaded in order from top to bottom and left to right. Their movement patterns are determined by their list after the level design G[(x,y), ..., (x,y)] where the first position in the list must be the same as the guard's first position. Simple horizontal and vertical movement is tested for.

  • $ banana
  • @ player
  • G guard
  • # wall
  • . standard ground
  • ~ water
  • E end of level
  • y banana peel

DEPENDENCIES:

python3 (3.6, 3.9 should work) with pygame installed

install pygame: python3 -m pip install pygame

Leave a comment

Log in with itch.io to leave a comment.