Skip to content

2d zelda game made using python and pygame library

Notifications You must be signed in to change notification settings

FluffyRudy/zelda

Repository files navigation

Zelda Game

This is a Zelda-inspired game made using Pygame and Python.

Getting Started

To get started, you'll need to clone repo and create a virtual environment and install the required packages. Here are the steps:

  1. clone the repository"
git clone https://github.com/FluffyRudy/zelda.git
  1. Create a virtual environment: Open a terminal and navigate to the directory where you cloned the repository. Then, run the following command to create a new virtual environment: This will create a new virtual environment named venv.
cd zelda
python3 -m venv .env
  1. Activate the virtual environment:

Depending on your operating system, activate virtual environment:

  • Linux/macOS:

    source .env/bin/activate
    
  • Windows:

    .env\Scripts\activate
    
  1. Install the required packages:

Once the virtual environment is activated, you can install the required packages by running the following command:

pip install -r requirements.txt
  1. Running the game
python3 main.py

About

2d zelda game made using python and pygame library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages