A 2D top-down adventure game built with Python and Pygame, inspired by classic Zelda-style gameplay. This project was made purely for fun and personal practice in game development, following the “Zelda-style RPG with Python and Pygame” tutorial by Clear Code.
This game was developed following the “Zelda-style RPG in Python with Pygame” tutorial by Clear Code.
- 🎥 Tutorial Video: Go to Video
- 📦 Reference Tutorial Source: Go to Repo - released under the Creative Commons Zero (CC0) license
Asset Pack: Ninja Adventure by Pixel-boy and AAA — under the Creative Commons Zero (CC0) license
These steps will get this project running locally on your machine.
- You need Python 3.9 or higher and
pipinstalled:
To ensure your have Python/Pip installed or to check your Python/Pip version run:
python --version
pip --version- Clone the project and go to the main folder:
git clone https://github.com/MXD-K1/Zleda-like-Game.git
cd Zleda-like-Game- Install requirements:
pip install -r requirements.txt- Run the main file:
python main.py👉 see CONTROLS.md for controls.
This project tracks problems in a dedicated file so issues and bugs are easy to see and update.
if you noticed an error please open an issue (Be sure it is not listed in
PROBLEMS.md).
👉 To see the existing problems open PROBLEMS.md
Your contributions are welcome! Whether you want to add features, fix bugs, polish graphics, or improve gameplay, please follow the guidelines.
👉 See CONTRIBUTING.md
Note: A roadmap may be documented here later.
This project is licensed under the MIT License. See LICENSE for full terms.