This project was my method of learning how to use Python in a more applied use case with Pygame and Tiled. Having the dream of creating a game like Pokemon Diamond when I was growing up, a 2D pokemon style game just made sense to me.
I created the game map with Tiled using the assets retrieved from: https://cypor.itch.io/12x12-rpg-tileset
Entity images from: https://pixel-boy.itch.io/ninja-adventure-asset-pack
- Download all folders and use same folder organization. Run game.py.
- Walk into dark green grass or water to spawn battle sequence (sometimes this takes a little while).
- Use arrow keys to navigate battle options and use space bar to select.
- Have fun!
- Fundamentals of game development (and how tricky it can be)
- Pygame library
- How to use Tiled level editor