Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
A minimalistic quest manager for the Godot Game Engine
- Host: GitHub
- URL: https://github.com/rubonnek/quest-manager
- Owner: Rubonnek
- Created: 2024-10-22T11:59:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T14:14:34.000Z (2 months ago)
- Last Synced: 2024-11-04T15:21:25.984Z (2 months ago)
- Topics: godot, godot-addon, godot-engine, godot4, quest, quest-manager, quest-system
- Language: GDScript
- Homepage:
- Size: 91.8 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.