Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wajrock/keops
KEOPS is an escape game inspired by the Pyramid of KEOPS. Players solve puzzles and decode messages to escape an alternative world. Built with Python and Pygame, KEOPS offers engaging gameplay and immersive storytelling.
https://github.com/wajrock/keops
game-development puzzle-game python quests
Last synced: about 1 month ago
JSON representation
KEOPS is an escape game inspired by the Pyramid of KEOPS. Players solve puzzles and decode messages to escape an alternative world. Built with Python and Pygame, KEOPS offers engaging gameplay and immersive storytelling.
- Host: GitHub
- URL: https://github.com/wajrock/keops
- Owner: wajrock
- Created: 2024-01-27T17:13:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T09:19:01.000Z (4 months ago)
- Last Synced: 2024-08-27T10:35:37.368Z (4 months ago)
- Topics: game-development, puzzle-game, python, quests
- Language: Python
- Homepage:
- Size: 18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KEOPS - ESCAPE GAME
## Screenshots
![App Screenshot](https://wajrock.me/projects/keops/cover.webp)
## Introduction
Welcome to KEOPS, an immersive escape game experience set in an alternate universe inspired by the Great Pyramid of Giza, also known as the Pyramid of Khufu or Keops. Your objective: escape this mysterious world by solving puzzles and deciphering a secret code. Test your wits and embark on a thrilling adventure!## Game Overview
KEOPS is designed to challenge your problem-solving skills and immerse you in a narrative-driven escape room experience. After being mysteriously abducted, you find yourself trapped inside the Pyramid of Keops. Your mission is to solve a series of quests and uncover the hidden code that will allow you to escape.
Key Features:
- Engaging storyline set in a historic and enigmatic environment.
- Multiple puzzles and quests that increase in difficulty.
- Rich graphics and soundscapes to enhance immersion.## Installation
To run KEOPS, ensure that you have the required dependencies installed. Follow the instructions below to set up your environment:
1. Python Installation: Ensure Python 3 is installed on your system. You can download it from the official website.
2. Install Dependencies: Use pip to install the necessary modules by running the following commands in your terminal or command prompt:
```
pip install pygame
pip install pytmx
pip install PIL
pip install numpy
pip install pyscroll
```## Launching the Game
To start the game, navigate to the ../src/ directory where the game files are located and run the main Python script. Execute the following command in your terminal or command prompt:
```
python3 main.py
```
Enjoy the adventure and best of luck on your escape!## Documentation
For more detailed information about KEOPS, including game mechanics, tips, and troubleshooting, please refer to the official [documentation](https://wajrock.me/project/keops/documentation.pdf).
## License
This project is created and maintained by [Thibaud Wajrock](https://wajrock.me/) and Mathis Lecoq. All rights reserved.
## Feedback
We value your feedback and suggestions! If you have any comments or need support, please reach out to us at [[email protected]]([email protected]).