Skip to main content

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

dude refuses to jump over from the new tree.

(-1)

SPOILER:


where are you trying to jump?


These messages will be deletted as soon as you confirm you read them :)

Spoiler doesn't help as no matter where I try to jump as soon as I add the direction the idiot decides to climb down and walk into the spikes. (which might indicate a defective parser)

Solution to SKYCHARGER user question at this post, to avoid more spoilers:


https://intfiction.org/t/gent-stickman-vs-evil-meat-hand/56705/12


I will delete the old posts to avoid Spoilers on them.

In  all the previous situations in the game the parser limited itself to two word commands, which caused me to think this was all it could understand.

No, such limit does not exists. It recognices two word clasic inputs, but you can try plain english in all the game, as a gentleman would do! :D

It gave that impression though, but that could simply due to how it handles words it doesn't understand. (for example, any sentence that contains the word left is treated as a command to walk left)

SPOILER:


Not exactly that way:  In the top of the first tree, you can "Look to the left" or "Go left", each one doing different actions.

Poor Gent Stickman tries to understand you the best he can with his open head, using what is known as loose parsing mode, versus strict parsing mode that would be more suitable for learning languages games, for example, to check correct gramar.

Thanks for playing! ;)