A Zelda-like game made with the Pygame library.
Key | Description |
---|---|
Arrow Keys |
Move |
Space Bar |
Attack |
Left Control |
Magic |
Q |
Change Weapon |
E |
Change Magic |
M |
Toggle Upgrade Menu |
- Credits to Clearcode for making a tutorial.
- Ensure you have the Pygame library installed:
pip install pygame
.