A Zelda style game in Python and Pygame.
This includes weapons and enemies, a magic and spells, upgrades and a sound effects.
The game was also made in Tiled.
git clone https://github.com/artemshchirov/pyzelda-rpg.git
cd pyzelda-rpg
pip install pygame
python code/main.py
PyZelda RPG written in python based on tutorial
- Level setup
- Creating the player
- Creating the camera
- Graphics
- Player animations
- Weapons
- UI
- Magic setup
- Enemy creation
- Player-enemy interaction
- Particles
- Spells
- Upgrade system and menu
- Audio
- Over world
- Enemy pathfinder
- Save / Load game
- Exp animation