https://github.com/spyder-0/zelda-with-python
A basic Zelda-like game made with Python (Pygame).
https://github.com/spyder-0/zelda-with-python
pygame python python3 zelda
Last synced: 2 months ago
JSON representation
A basic Zelda-like game made with Python (Pygame).
- Host: GitHub
- URL: https://github.com/spyder-0/zelda-with-python
- Owner: Spyder-0
- Created: 2022-03-10T03:35:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T14:26:20.000Z (about 1 year ago)
- Last Synced: 2024-04-24T16:44:17.457Z (about 1 year ago)
- Topics: pygame, python, python3, zelda
- Language: Python
- Homepage:
- Size: 2.49 MB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zelda with Python
A Zelda-like game made with the Pygame library.
# Controls
| Key | Description |
| :---: | :---: |
| `Arrow Keys` | Move |
| `Space Bar` | Attack |
| `Left Control` | Magic |
| `Q` | Change Weapon |
| `E` | Change Magic |
| `M` | Toggle Upgrade Menu |# About
- Credits to Clearcode for making a [tutorial](https://youtu.be/QU1pPzEGrqw).
- Ensure you have the Pygame library installed: `pip install pygame`.