Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Any chance you could release a twee file or a more in-depth explanation of how your game works? When you say 'containers,' do you mean arrays? As someone just dipping their toes into writing choice-based fiction and who knows very little about programming (haven't had to learn about arrays yet), I'm very curious!

Thanks for your interest! "Container" here isn't related to any programming concept, it's just how I decided to name some parts of the algorithm... in the code, they must be simply some JS objects.

I'm in fact a bit ashamed of how primitive the code in The Master of the Land. I think you can import it into Twine and see the actual Snowman code, but I'm afraid it's really unreadable. I didn't write the game with Snowman, but with a custom pseudocode that I converted to JS using the AWK utility. All extremely complicated.

I see! Yeah, I tried importing it into Twine (prior to your suggesting the same thing) and it took a looong time but was ultimately "successful"--by that I mean it finished importing. But it doesn't actually show anything when I click on the file in Twine. It's...completely blank. Oh well. I understand, based on what you're saying, that it will look very strange anyways if I ever saw it.