Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h4ppy-04/escapade
🧩 Plot your escape in this thrilling puzzle adventure game.
https://github.com/h4ppy-04/escapade
pixel-art pygame
Last synced: 24 days ago
JSON representation
🧩 Plot your escape in this thrilling puzzle adventure game.
- Host: GitHub
- URL: https://github.com/h4ppy-04/escapade
- Owner: H4ppy-04
- License: mit
- Created: 2023-04-29T09:31:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T07:13:17.000Z (30 days ago)
- Last Synced: 2025-01-01T07:26:13.865Z (30 days ago)
- Topics: pixel-art, pygame
- Language: Python
- Homepage:
- Size: 10.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[![codecov](https://codecov.io/gh/H4ppy-04/Escapade/graph/badge.svg?token=z3u2IlWLIV)](https://codecov.io/gh/H4ppy-04/Escapade)
## About
Escapade is a puzzle adventure game where the player must plot their escape from a series of increasingly challenging environments. Use your wits and problem-solving skills to find clues, unlock hidden passages, and outsmart your captors.
## How to Play
To play Escapade, simply run the game executable file and follow the on-screen instructions. Use the arrow keys to move your character and interact with the environment. Keep an eye out for clues and hidden objects that will help you progress through each level.
## Requirements
Escapade requires a computer running Python 3 and the Pygame library. You can install the needed libraries using pip:
```bash
python -m pip install --user -r requirements.txt
```## Contributing
If you'd like to contribute to Escapade, please fork the repository and submit a pull request. We welcome bug reports, feature requests, and code contributions from the community.
## License
Escapade is released under the MIT license. See LICENSE for more information.