Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

Seems like basic directions like N,S,E,W do not work. I have to type out 'go north'. For a beginners game that is a lot of cognitive load especially given that the exit directions are listed in the text as 'North' or 'South' but those actions do not work. They need to be prepended with go. Also when I say 'take the book' it doesn't pick it up. When I am talking to iris when I press enter it tells me to finish reading first.

That's true, my parser doesn't recognize direction without the verb yet, and I'll definitely make that clearer in the tutorial. Having "the" in the sentence is also something my parser can't work with yet, but I'll fix that. Thank you for drawing my attention to that!