Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reykan-kp/zelda_ms_project


https://github.com/reykan-kp/zelda_ms_project

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Zelda RPG

#### Description:
This project is a Python-based RPG game inspired by the legendary Legend of Zelda series. The game aims to capture the essence of classic RPG gameplay within the enchanting universe of Zelda.

#### How to Run:
1. Navigate to the `code` directory.
```
cd code
```
2. Run the main Python script.
```
python main.py
```

#### Controls:
- **Movement**: Use the arrow keys (up, down, left, right) to move the character.
- **Weapon Attack**: Press the spacebar to perform a weapon attack.
- **Fire Attack**: Press LCTRL to unleash a fire attack.

---