FoonLudum Dare ExplorerLD25 → Your Mind Hates You

Your Mind Hates You

By peltast

View on Wayback Machine

CategoryRankScoreCount
Theme1323.74
Innovation1723.29
Humor2392.92
Mood4092.70
Graphics5052.58
Audio5341.69
Overall5762.61
Fun6742.07
Coolness77645

Comments

mattmitchell45 2012-12-17 07:45

Awesome. I fear it is too close to my finals experience, so I will have to play it after I'm done :p

skywolf 2012-12-17 11:36

Upsetting that he doesn't understand "LEROOOOOY JENKINS" :D on a serious note, i liked it a lot but i'm bad at playing it, maybe you should give some tips instead of "I don't understand". :P

goerp 2012-12-17 11:37

This was hard. I couldn't get him to jump.
I like the concept. The graphics were OK and sound is not really necessary for a text bases game.
When I read the instructions I thought 'will the program understand me?" and it didn't most of the time.

kroltan 2012-12-17 11:41

I feel so limited on what the dude understands, but nice idea.

spolvid 2012-12-17 11:41

Really creative interpretation of the theme, but in practice it's more frustrating than anything because so few commands are recognized. Would like to see this concept expanded with more development time so that it understands more.

raincole 2012-12-17 11:47

It's way too hard... I feel clueless after several tries.

LucaPavone 2012-12-17 12:19

It was a little tricky to deal with the text parser, but it definitely was a morbid bit of fun. I got him to punch the computer in scenario 2.

dj_pale 2012-12-17 23:56

Very creative, but too hard as others have pointed out

gravitygames 2012-12-18 00:37

Its a nice start, but this game needs a lot of polish. It took a long time to figure out the stages, as the game really needs to recognize more phrases. The graphics aren't spectacular, but a text game doesn't really need them, so they aren't a problem. I did, however, really like the humor when you type something unexpected (and by that, I mean the you like poop from the screenshot...)Its an okay game, but it just needs so much more before it can become a great game.

matx 2012-12-18 16:49

Cool idea. I like to talk with myself sometimes :)

xandy 2012-12-18 18:49

i like the idea but i can only agree with the others that some tips or more sentences would be helpful.

nolanlabs 2012-12-20 21:02

It's just too hard to know what to type, unfortunately.

dr_soda 2012-12-24 05:15

Your source code is fun. Looking at the keywords you have reveals a few ideas you didn't seem to get around to (or that I didn't quite find in the game.)

And now *I* am on the receiving end of an open ended game where the controller is everything you can think to input. :)

peltast 2012-12-28 22:01

Thanks! I've never had anyone refer to my code as fun! I found coding it to be fun, so maybe it carried over. You're right, some keywords are things I didn't get around to implementing in acceptable statements ("clock" for instance). Some are there, but in obscure ways.

The entire list of acceptable commands isn't actually visible in the source, since I used an embedded text file for that. If for some odd reason anyone's curious, I added an "Assets" download which contains it. It's not very flattering, but oh well.

Anyway I completely, 100% agree with all of the feedback here; the game is way too hard and unresponsive. This was my first text-based game, and I took the task of making a good text-parser way too lightly.