Godot 4 Open RPG
OpenRPG is a tool and a demo to create Role Playing Games with turn-based combat.
Project Goal
The goal of this project is to provide the gamedev community with a demo that shows how game systems work together in a complete 2D Godot game demo.
The demo draws inspiration from RPG Maker and older JRPGs like Final Fantasy or Dragon Quest as well as the Godot 3 OpenRPG.
Throughout the project, heavy emphasis is to be placed on code that is...
- Updated to take advantage of what GDScript 4 has to offer.
- Simple, to best serve as a starting point for those diving into the project.
- Made to conform to GDQuest's GDScript guidelines.
Our Mission
Together, we're creating a codebase and tools to show you some of the best practices to create:
- Turn-based games
- A combat system
- An inventory system
- Character progression
- User interface with multiple menus
And more! Do you want to contribute and improve your programming skills with Godot? Check out the open issues, suggest improvements and report bugs by opening new ones, and be sure to check the contributing guidelines below.
Contributing Guidelines
All contributors are welcome
Check our Contributors Guide for more information