Screaming by kakuremino

[raw]
made by kakuremino for LD22 (COMPO)
Coded in ruby. Uses the gosu library. Turned out weird and perhaps slightly creepy. There is an end(ing) somewhere in there.

The "Windows" link contains a zip file with the game "compiled" (using OCRA) as an executable and all the sound and image assets. Just unzip everything into one folder. Run screaming.exe to play.

The "source" link contains all the code and assets in a zip file.

Ratings

Coolness 55% 3
Overall 2.38 484
Audio 2.40 286
Community 2.00 519
Fun 1.75 580
Graphics 2.44 402
Humor 2.11 246
Innovation 2.75 232
Mood 3.38 74
Theme 3.19 171

Feedback

uzimonkey
19. Dec 2011 路 06:24 UTC
Argh.. you chose a very annoying uploader. Was tricked by an ad and had to wait 1 minute (while trying to vote on many games).

Also, the game wouldn't run. It looks like you hardcoded a require call. If I had Ruby on this machine (as a Rubyist, I'm surprised I don't), I'd try to run it from source and fix the problem.
馃帳 kakuremino
19. Dec 2011 路 08:12 UTC
Thanks for the feedback. I removed the requires and just pasted everything into one large file (silly fix, but as long as it works). I uploaded to a new host (hopefully more tolerable) and changed the "Windows" link so it now points to this version.
uzimonkey
19. Dec 2011 路 21:32 UTC
I got it running. Very interesting, the zombies talk back!
Hazard
19. Dec 2011 路 22:32 UTC
Quite odd, the game. It creates a certain mood of loneliness and being lost. Thus "mood" and "theme" recieved most points from me. Its weakest point is the gameplay (or the total lack thereof), unless i miss something. Still, an interesting experience.
馃帳 kakuremino
20. Dec 2011 路 00:10 UTC
Yes, it is true that the gameplay is lacking, but hopefully there is some fun to be had experimenting with trying to communicate with the disembodied Screamer and the other inhabitants of the world.

Sadly, I didn't really have the time to tweak the pacing of the game, so the story might seem to drag on before coming to a conclusion, but it is too late to change that now.
Ashkin
20. Dec 2011 路 02:33 UTC
This was interesting. I was unsure who the voice at the bottom was, but I found it interesting how the zombies (?) would mimic what you said. Very creepy, good atmosphere. It also felt kind of lonely, despite the others roaming about. I gave up after just trying to talk to the zombies and the disembodied voice- I don't know if there even was anything else to the game.
semaperepelitsa
20. Dec 2011 路 09:26 UTC
I tried to run it from source but: 1) you have hardcoded require paths, add a current directory to load path instead: $LOAD_PATH.unshift File.expand_path('..', __FILE__); require "Animation"; #....
2) there is no Shape.rb :-(
And I would suggest you to use github for hosting your source code and downloads next time
馃帳 kakuremino
20. Dec 2011 路 11:19 UTC
I am sorry about that. Hopefully it is fixed now.
caranha
20. Dec 2011 路 18:46 UTC
It was nice trying out this game.

Positives:
I liked the bit-ly look. I think it worked, and gave me nostalgia for my atari games :-). The controls were also working smoothly. The zombies talking back was very creative.

Negatives:
I had no idea what to do. After a while, it would just get repetitive. The trees changed to show that I was progress, right. But then all progress seemed to stop. Even the zombies disappeared. Maybe give more visual/auditive clues about the progress of the game?
SonnyBone
21. Dec 2011 路 22:28 UTC
THEM ZOMBIES BE GIVIN' ME SASS
summaky
25. Dec 2011 路 13:19 UTC
I love how the zombies repeat what I said slightly changed (except for the word "alone"), however I couldn't find any gameplay with it. The mood is great.
Veralos
06. Jan 2012 路 10:02 UTC
The atmosphere of the game is very well done. The graphics are nice despite their simplicity, and the sounds add a lot to the mood.

However, there isn't much in terms of gameplay, and I didn't know what I was supposed to do. I reached a point where the screen turned black and text said "It screamed" which felt like it was supposed to be the end, but the game kept going so I'm not sure.
rawbits
10. Jan 2012 路 00:23 UTC
game isn't run...
demonpants
10. Jan 2012 路 00:45 UTC
Any chance for an OSX / Unix version?
馃帳 kakuremino
10. Jan 2012 路 01:11 UTC
Thanks for playing everybody.

I'm sorry that the game didn't work for you rawbits.

Demonpants, one could run the game from source if some ruby implementation is installed (I'm using 1.9) together with the gosu gem (both of which, I believe, are at least available for Mac OS X). This is, of course, a hassle but (hopefully) it would work.