oh sorry about that. Been playing so many game nowadays, I got confused.🥲
Viewing post in Intrusive Thoughts jam comments
No worries. Answering to your updated review: The dialogue system was written from scratch for this project. I usually try to open source my projects once the jam is over when I have time to clean up the code. In this case there is just a big spreadsheet with the dialogue for each “scene” and a prefix-tree is used to select the branches (rows in the spreadsheet) based on the current interactions. After the scene is over we record the “traits” and I planned to use them for later dialogue but currently they only add “obstacles” to the mini game.