SimpleRPG is a RPG developed with the Godot Engine in the tutorial series available on my blog.
The tutorials so far:
- Installation and introduction to the editor
- Nodes and Scenes
- First project
- Developing a pixel art RPG
- Player movement
- Physics and collisions
- Using tile maps to create the game map
- 2D Sprite animation
- Designing the game GUI
- Monsters and Artificial Intelligence
- Attacks, Damage & Death
- Picking and Using Items
- Experience Points and Level advancement
- NPCs, Quests and Dialogues
- Adding sounds and music using AudioStream nodes
- Pause menu. Restart and quit the game
- Exporting the project
- Adding a House with Interior
- Start Menu - Changing Scene - Saving and Loading the game