Skip to content

barclayd/Jungle-Maze

Repository files navigation

Jungle Maze

Run through the forbidden forest to loot the gold it bears whilst avoiding the grim-reaping skeletons who are after you!

Jungle themed maze game built using Python.

Demo

Jungle Maze Demo Maze Game

How to Run

$ git clone https://github.com/barclayd/Jungle-Maze.git
$ cd Jungle-Maze
$ python maze.py

Jungle Maze will now open in a new window and you can start playing!

How to Play

  • up: move player up
  • down: move player down
  • left: move player left
  • right: move player right

Features

  • Smooth sprites with rotation supported based on direction
  • Scoring system based on looting gold
  • Basic AI for skeleton enemies who can track and follow the player depending on his proximity to the skeleton
  • Mazes for the game load dynamically and can be easily created and updated
  • Boundary collision
  • Maze design based on 25x25 grid

Future Improvements

  • Scoring to be displayed
  • Transition between levels after all treasure has been collected or a specified period of 1 time has passed
  • Allow users to draw their own levels
  • Game over screen
  • Options to configure easy/medium/hard from outset of game
  • Music

About

Maze Game built using Python

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages