Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevin-pierce/the-labyrinth

An original horror-maze game written in Python using the Pygame library.
https://github.com/kevin-pierce/the-labyrinth

object-oriented-programming pygame pygame-library python27 sprites

Last synced: 25 days ago
JSON representation

An original horror-maze game written in Python using the Pygame library.

Awesome Lists containing this project

README

        

# The Labyrinth
"The Labyrinth" is an original 2D horror-maze game written in Python using the [Pygame](https://www.pygame.org/tags/all) library. Based on the mythological maze of the same name, the player must traverse the maze, collecting pieces of armour in order to slay the NPC Minotaur, who follows the player through the maze. The objective of the game is to collect all pieces of gear and bump into the Minotaur before he catches you.

## Play the Game
To run the game on your own computer, you have to clone this Github repository and sync it with your local machine. To play the game, execute the "The_Labyrinth.py" file.

## Prerequisites
You must have [Python 2.7](https://www.python.org/downloads/release/python-2718/) installed on your machine to play this game.

## Author
Kevin Pierce