Skip to content

ImSourin/recursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galactic Recursion!!

The concept of storytelling has held a place of significance among AI researchers since the start of the field. For some game designers, a true “interactive story” is something of the Holy Grail of games. In an attempt to portray such a narrative order, we aim to present this novel narrative order, such that a unique path essentially constituted of the same events, can be played every time. The episodes represent different events from the character’s past, present, and future. An AI system will advance the narrative by choosing the next episode to visit based on the player’s in-game decisions.

Components

How to run twine passages

  • Go to twine folder
  • Open the html file in browser

How to run visual novel

  • Install Node v10 and above.
  • Install all the packages: npm install
  • Run the server: node server.js
  • Open the folder recursionrenpy and run the renpy application.

Enjoy the game!!