Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reykan-kp/zelda_ms_project
https://github.com/reykan-kp/zelda_ms_project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reykan-kp/zelda_ms_project
- Owner: ReyKan-KP
- Created: 2024-04-28T12:38:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T16:32:20.000Z (9 months ago)
- Last Synced: 2024-05-03T01:34:56.292Z (9 months ago)
- Language: Python
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.---