Zelda-with-Python
Zelda-with-Python copied to clipboard
A basic Zelda-like game made with Python (Pygame).
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.
- Ensure you have the Pygame library installed:
pip install pygame.