The storyline and how you use it as a replayability feature is just awesome. Took me a bit to get used to the mechanics and attacks. But once I did, I didn't mind it. Love the dialogue system and how it's different each time. Would be curious to hear how you did it.
Viewing post in Ad Infinitum jam comments
Thank you for playing! The dialogue system is admittedly a bit of a mess behind the scenes, it's a bunch of different arrays with their indices kept track of separately as you progress through each loop. I think what I should have done is make a sort of queue for the dialogue, and then queue in new dialogue messages where appropriate.