https://github.com/rubonnek/quest-manager
A minimalistic quest manager for the Godot Game Engine
https://github.com/rubonnek/quest-manager
godot godot-addon godot-engine godot4 quest quest-manager quest-system
Last synced: 4 months ago
JSON representation
A minimalistic quest manager for the Godot Game Engine
- Host: GitHub
- URL: https://github.com/rubonnek/quest-manager
- Owner: Rubonnek
- License: mit
- Created: 2024-10-22T11:59:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-16T01:13:45.000Z (over 1 year ago)
- Last Synced: 2025-03-23T07:18:53.368Z (about 1 year ago)
- Topics: godot, godot-addon, godot-engine, godot4, quest, quest-manager, quest-system
- Language: GDScript
- Homepage:
- Size: 115 KB
- Stars: 60
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Quest Manager

A minimalistic quest manager for the Godot Game Engine.
## ✨ Features
- 🌲 Create quest trees with ease in GDScript
- 🎨 Use built-in serialization to save/load the progress
- 🛠️ Quest viewer included to track/debug quests at runtime with ease
## ⚡️ Requirements
- Godot 4.2.1+
## 🚀 Getting Started
- Clone/[download](https://github.com/Rubonnek/quest-manager/archive/refs/heads/master.zip) the repository and check out the demos!
## 📦 Installation
[Download](https://github.com/Rubonnek/quest-manager/archive/refs/heads/master.zip) or clone this repository and copy the contents of the
`addons` folder to your own project's `addons` folder, and enable the `Quest Manager Viewer` plugin in the Project Settings.