Skip to content

Narration

The narrative is the set of dialogues, choices and input requests shown to the player as the game progresses.

With the PixiVNJson implementation you have the option to use various types of narrative languages. You can also switch from one language to another to maximize your language skills.

  • JavaScript/TypeScript: leads to writing a lot of code for writing a narrative. The advantage is that from this language you can type and from here you can perform a lot of functions.
  • Ink: allows you to write a narrative easily, without having to write a lot of code.
  • Ren'Py (coming soon): allows you to write a narrative easily, without having to write a lot of code.