Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

great narrative game! You did really well with a very focused take - very hard-hitting take  - on the theme. And the art is gorgeous as well, good work! 

I'd love to know how you set up your dialogue system - I've been trying a bunch of different methods over the years.  This one worked really well!

(+1)

I'm glad you enjoyed it! I have each of the dialogue boxes set up as a Dictionary which contains info. The dictionary contained an into, choices, and a result. In these 3 sections of the dictionary contained an array containing strings that I would make a separate dialogue box for each element in the array. I also had a number attached to each element to know how fast I want the text to come out.

that's a great way to set it up, I haven't tried that way yet! Thanks for letting me know :)