FoonLudum Dare ExplorerLD23 → WTF LEMME OUT!!!

WTF LEMME OUT!!!

By aquasheep

View on Wayback Machine

CategoryRankScoreCount
Coolness350
Humor273.59
Fun1592.62
Mood1702.52
Audio2031.33
Theme2112.35
Overall2142.41
Innovation2292.04
Graphics2601.38

Comments

shelby 2012-04-23 20:22

uhhh... did you upload it?

aquasheep 2012-04-24 13:39

Thanks. Firefox would let me log in, but I couldn't edit this page. I've been trying to fix this since it happened. Today I tried Chrome, and it worked. *shrug*

tequibo 2012-04-24 15:55

Not sure if that was intended - but if you choose to interact with door after you find key - game just closes, same with "gremlins" option.

aquasheep 2012-04-25 00:15

Thank you for pointing that out! I was always running it in terminal, so I never considered what it would look like if it started up its own window and then suddenly exited. Problem solved!

milo 2012-04-25 00:49

I love the humor in this game. It's not very long, and doesn't give me much meaningful choice, but it brought a smile to my face.

cosmologicon 2012-04-25 00:53

Why don't you upload the source code? Your link labeled "source" is, bizarrely, some sort of Traceback.

aquasheep 2012-04-25 01:02

If you right click and save link as on the source, you get the .py source file. I'm not sure why browsers freak out at it, but as I stated in the description browsers don't seem to like my python file. *shrug*

aquasheep 2012-04-25 01:04

Actually, I see your point. Even if you download it, it's screwed. I'm looking into this. Probably will just make it a zip file and see if it fixes it.

darkfrost 2012-04-25 02:08

Download link worked fine here

brighterorange 2012-04-25 04:02

I couldn't figure out how to run the pyc file, so maybe you should have instructions for that. But the .py worked for me. It's a very simple text adventure game with some oddities I don't understand (why does it ask me if I want to continue after each turn?) but a few cute twists, too. :)

azurenimbus 2012-04-25 04:04

I had quite a laugh. I can't believe how short it is, you should definitely make it longer. Full points on humor, though.

aquasheep 2012-04-25 09:27

@azurenimbus Thanks! :D

@Tom7
Yeah, I decided to have it ask you to continue mainly as a way to pause so people could have enough time to read the text. I'll come up with a better way of doing this when I update it and make it longer.

oye-beto 2012-04-26 05:46

I can't play it because I don't have python installed.

aquasheep 2012-04-26 12:21

@Oye Beto - No problem! You can download it here: http://python.org/download/ for various OS.

Then, simply open a cmd prompt or terminal (depending on OS) and type "python 'directory/to/gamefile/wtflemmeout.pyc'" replacing the directory/to/gamefile with the actual path. Should work like a charm!

johannhat 2012-04-27 04:51

First off, thanks for helping to remind me I need to install Python 2 on this laptop. ;P

It was incredibly short, but it put a smile on my fac.! You mentioned you were learning Python as you were making this and this is definitely a fantastic way to learn it. Keep it up and see you next LD!

scgrn 2012-04-27 05:04

This was a lot of fun!

aquasheep 2012-04-28 04:44

Thanks! Glad you enjoyed it! :D

I very much look forward to the next LD, and I'll also be developing a game this summer using Pygame. Four player co-op space-age platformer, but that's about all I can say for now.

jezzamon 2012-04-28 05:48

Hm.. I got an error trying to run it on my mac. The error literally was "RuntimeError: Bad magic number in .pyc file"

fenyxofshadows 2012-04-28 05:53

Definitely innovative. The only other game I've seen made for LD that was entirely based on dialogue choices was this one visual novel in LD20. Though, there weren't many choices and the story was very short, with only 2 possible endings to begin with. It was somewhat funny, though.

realgenius 2012-04-29 01:37

I for one was quite happy to see there was at least one text based adventure game. It fits in with the tiny theme. I'm glad you taught yourself some python too! GG.

tfendall 2012-05-02 02:46

Nerd cred for using python. First text-based game I've played this compo - a nice throwback to zork. I wish there was more than one room, but it was funny.

cantorfew 2012-05-02 19:29

No bad. Needs more branches though. And I can't door :( At least I'm king.

I am both glad and disappointed that fewer people have trouble launching your game than mine.

cappagames 2012-05-05 01:07

I enjoyed this, just wish it were longer.

hume 2012-05-06 16:30

YAY text adventure!

Good sense of humor! I quite liked it. I'd like to see what you could do with a text adventure framework ready to go for next time!

asfdfdfd 2012-05-09 20:59

Have you tried py2exe?

jesterblue 2012-05-11 14:36

Extremely short. Congrats on trying a new language!

maxman43 2012-05-14 01:01

I love text adventures like this. Great job.

aquasheep 2012-05-14 20:10

Thanks everyone for playing! I look forward to doing a longer game for the next LD! Also, things I learned:

1) Python is awesome!
2) Excess prompting is annoying.
3) Gremlins like hats.
4) LD community R0X!

@asfdfdfd - No, I haven't tried py2exe, but I want to play with it some because it sounds really helpful. I'll see if I can get this game to work with it as a test.