# Navigation Quest Time Routine (NQTR)

![cover](https://github.com/user-attachments/assets/9b514c5c-8243-4cdd-9129-ca5e45caec62)

<p align="center">
  <a href="https://www.npmjs.com/package/@drincs/nqtr" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/npm/v/@drincs/nqtr?label=version" alt="npm version"></a>
  <a href="https://www.npmjs.com/package/@drincs/nqtr" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/npm/dm/@drincs/nqtr" alt="npm downloads per month"></a>
  <a target="_blank" href="https://www.jsdelivr.com/package/npm/@drincs/nqtr" rel="noopener noreferrer nofollow"><img alt="jsDelivr hits (npm)" src="https://img.shields.io/jsdelivr/npm/hm/@drincs/nqtr?logo=jsdeliver"></a>
  <a href="https://www.npmjs.com/package/@drincs/nqtr" rel="noopener noreferrer nofollow"><img alt="NPM License" src="https://img.shields.io/npm/l/@drincs/nqtr"></a>
  <a target="_blank" href="https://discord.gg/E95FZWakzp" rel="noopener noreferrer nofollow"><img alt="Discord" src="https://img.shields.io/discord/1263071210011496501?color=7289da&label=discord"></a>
</p>

**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](https://pixi-vn.web.app/start#project-initialization) that already include NQTR.

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

```bash
# 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](https://pixi-vn.web.app/nqtr/navigation)
2. [Time system](https://pixi-vn.web.app/nqtr/time)
3. [Activity](https://pixi-vn.web.app/nqtr/activity)
4. [Routine](https://pixi-vn.web.app/nqtr/routine)
5. [Quest system](https://pixi-vn.web.app/nqtr/quest)
