Zelda is a 2D adventure game inspired by The Legend of Zelda.
It’s built in Python and includes custom graphics, maps, audio, and game logic to create a classic top-down action experience. :contentReference[oaicite:0]{index=0}
-
🗺️ Explorable 2D World
Custom map layouts that players can traverse. -
🧠 Game Logic & Mechanics
Player movement, collision detection, item interaction, and more. -
🎨 Graphics & Sprites
Custom created graphics for characters, environment, and UI. -
🔊 Audio Effects & Music
Background music and sound effects to enhance immersion. -
🧩 Modular Codebase
Separated audio, graphics, map, and game code for easier development and extension. :contentReference[oaicite:1]{index=1}
- 🐍 Language: Python
- 🕹️ Likely uses Pygame (or similar) for rendering and input
- 📦 Modular assets and code for easy expansion
Make sure you have Python 3.8+ installed.
Install dependencies (if using pygame):
pip install pygame
▶️ How to Run
From your project root directory:
python code/main.py
Replace main.py with your actual entry file if different.
📄 License
This project currently doesn’t specify a license.
You can add a license such as MIT or Apache-2.0 for open-source sharing.
❤️ Acknowledgements
Thanks to all contributors and anyone who’s helped shape this game! 🎉