Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kevin-pierce/the-labyrinth
- Owner: kevin-pierce
- License: mit
- Created: 2020-07-17T21:24:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T22:17:34.000Z (over 4 years ago)
- Last Synced: 2024-12-22T03:08:16.403Z (25 days ago)
- Topics: object-oriented-programming, pygame, pygame-library, python27, sprites
- Language: Python
- Homepage:
- Size: 6.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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