An adventure game inspired by pokemon and zelda.
- Main map
- Battle
If you are on a windows machine, you can download the .exe file here and run it
If you are on a linux machine you can just run the python file with after Installing the dependencies:
python main.py
Install Python and run on a terminal:
pip install pygame
If you want to generate a new .exe, check the 'settings.py' file.
- Battle system
- Power ups
- Rendering system
- Create a map
- Create a player
- Create a camera
- Create a map loader
- Create a random encounter system
- Create a battle system
- Add sprites
- Create a player upgrade system
- Create a menu
- Create a level system
- Add music
- Add sound effects
- Add cutscenes
- Credits