Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.