Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdquest-demos/godot-open-rpg
Learn to create turn-based combat with this Open Source RPG demo ⚔
https://github.com/gdquest-demos/godot-open-rpg
combat game game-development gamedev gdscript godot godot-engine jrpg rpg turn-based
Last synced: 3 days ago
JSON representation
Learn to create turn-based combat with this Open Source RPG demo ⚔
- Host: GitHub
- URL: https://github.com/gdquest-demos/godot-open-rpg
- Owner: gdquest-demos
- License: mit
- Created: 2018-10-20T00:58:46.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:19:43.000Z (3 months ago)
- Last Synced: 2024-10-29T15:17:37.754Z (about 2 months ago)
- Topics: combat, game, game-development, gamedev, gdscript, godot, godot-engine, jrpg, rpg, turn-based
- Language: GDScript
- Homepage: https://youtube.com/c/gdquest/
- Size: 66.8 MB
- Stars: 1,983
- Watchers: 61
- Forks: 244
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-godot - OpenRPG - JRPG-style game demo and template. (Demos / 3D)
README
# Godot 4 Open RPG
![Godot Open RPG banner](media/Open-RPG.png)
OpenRPG is a a demo showing how to create a classical turn-based RPG in Godot 4. It's currently a work-in-progress.
**You need to use Godot 4.3 to open the project!** You can find Godot 4.3 on the [Godot website](https://godotengine.org/).
➡ Follow us on [Twitter](https://twitter.com/NathanGDQuest) and [YouTube](https://www.youtube.com/c/gdquest/) for Godot tips and tutorials! Get one of our [Godot game creation courses](https://www.gdquest.com/product/) to support our work on Free Software.
## Project Goal
The goal of this project is to provide the gamedev community with a demo that shows one solid way to create and structure the code for a 2D RPG in Godot 4. You can reuse the code in your own projects, and also learn from the project's codebase.
As we're teachers, our focus is on providing a learning resource that is both practical and educational. We're not trying to build a framework.
We're putting heavy emphasis on code that:
- Is updated to take advantage of what GDScript 4 has to offer.
- Is accessible to users with solid code foundations. It should be a good starting point and reference for those diving into an RPG project.
- Follows our [GDScript guidelines](https://gdquest.gitbook.io/gdquests-guidelines/godot-gdscript-guidelines).## Our Mission
Together, we're creating a codebase and tools to show you some good Godot practices to create:
- Turn-based games.
- A combat system.
- An inventory system.
- Character progression.
- Maps with transitions, dialogues, grid-based movement, and more.
- 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 🙂. To ensure a smooth and a productive experience for everyone working together, we came up with some guidelines we all follow here.
Check our [Contributors Guide](https://gdquest.gitbook.io/gdquests-guidelines/contributing-to-gdquest-projects/) for more information 😄