Skip to content

A complete system introducing the concepts of location, time and event, producing the framework of a not-quite-point-and-click adventure game.

License

Notifications You must be signed in to change notification settings

DRincs-Productions/nqtr

Repository files navigation

Navigation Quest Time Routine (NQTR)

What is NQTR? NQTR (Navigation Quest Time Routine) is an extension for Pixi'VN that adds advanced systems for navigation, quests, time management, and game state handling. It is fully customizable and extensible, enabling developers to implement complex game mechanics with ease.

Installation

If you are starting a new Pixi'VN project, it is recommended to use one of the templates that already include NQTR.

To install the NQTR package in an existing JavaScript project, use one of the following commands:

# npm
npm install @drincs/nqtr

# yarn
yarn add @drincs/nqtr

# pnpm
pnpm add @drincs/nqtr

# bun
bun add @drincs/nqtr

# deno
deno install npm:@drincs/nqtr

Features

NQTR provides the following features (the order is important):

  1. Navigation and map
  2. Time system
  3. Activity
  4. Routine
  5. Quest system

About

A complete system introducing the concepts of location, time and event, producing the framework of a not-quite-point-and-click adventure game.

Resources

License

Stars

Watchers

Forks

Packages

No packages published