Skip to content
Petr Pogorelov edited this page Oct 27, 2016 · 1 revision

Telegram Quest Engine

Telegram Quest Engine (TGE) - is an opensource solution for making text games as easy as possible.

Structure

TGE folder consists of various .json documents.

  1. settings.json - provides some features for tuning TGE for your vishes. At the moment it's only possible to enable / disable different locales,
  2. translate.json - contains translations for all built-in phrases not related to quests itself,
  3. quests/*.json - each file in quests folder represents different quests.

Quest structure

soon

Translations

soon

Clone this wiki locally