Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Zelda — A 2D Adventure Game

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}


🌟 Features

  • 🗺️ 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}


🧠 Tech Stack

  • 🐍 Language: Python
  • 🕹️ Likely uses Pygame (or similar) for rendering and input
  • 📦 Modular assets and code for easy expansion

⚠️ Note: If your code uses Pygame, make sure to install it before running. :contentReference[oaicite:2]{index=2}


🚀 Getting Started

🔧 Prerequisites

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! 🎉

About

A 2D game which is inspired by "The Legend of Zelda"

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages