A complete system introducing the concepts of location, time and event, producing the framework of a not-quite-point-and-click adventure game.
npm install @drincs/nqtrWhat 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.
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:
``bashnpm
npm install @drincs/nqtr
NQTR provides the following features (the order is important):
1. Navigation and map
2. Time system
3. Activity
4. Routine
5. Quest system