Oracle is an open-source Python game inspired by the classic game series The Legend of Zelda. It offers an exciting and adventurous gaming experience in a fantasy world. Embark on a journey, solve puzzles, defeat enemies, and uncover the secrets of the Oracle.
- Classic top-down adventure gameplay.
- Explore a rich, fantasy world filled with dungeons, towns, and secrets.
- Solve puzzles and defeat challenging enemies.
- Discover a captivating storyline.
- Collect items and weapons to enhance your abilities.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
- Python 3.x
- Pygame library (install with
pip install pygame
)
-
Clone the repository:
git clone https://github.com/comethrusws/oracle-game.git cd oracle-game
-
Run the game:
python main.py
- Use the arrow keys to move your character.
- Press 'Z' to interact with objects and NPCs.
- 'X' key is used for items and weapons.
- Explore the game world, solve puzzles, and defeat enemies to progress through the story.
If you'd like to contribute to this project, please read the CONTRIBUTING.md file for guidelines. We welcome contributions such as bug reports, feature requests, and code improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
- Special thanks to the creators of The Legend of Zelda for the inspiration.
- This project was developed using the Oracle game engine.