A Zelda-like game I made with Python inspired by this repo: https://github.com/Spyder-0/Zelda-with-Python
The goal of the game is to kill many monsters and get EXP to upgrade your skills! If your health runs out, the game will close automatically, so DON'T DIE! Goodluck! Also, this code is not a full game, its just a nice project to pass time.
WASD - Move
Space - Attack
Left Control - Magic
C - Evasion
E - Change Magic
R - Change Evasion
M - Toggle Upgrade Menu
I - Toggle inventory
Alt+Q - Toggle skills settings - unfinished
-Flame
-Heal
-iceball
-Eskimos
-Polarbears
-Day time
- rain/snow
- grass
Red Bar: Health
Blue Bar: Energy (Will decrease every time you use magic and recharges after a while)
Two Boxes on the Bottom Left: Weapon and Magic Selection
Bottom Right Box: EXP
Timer, level counter
Python: https://www.python.org/downloads/
Pygame (Download using Command Prompt or Terminal): https://pypi.org/project/pygame/
This project is open source! You can use it and modify it, but make sure to give credit to the creator of the tutorial :)