Screaming by kakuremino
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.
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.
| Windows | http://www.mediafire.com/?1gk8swq35wpc6b8 |
| Source | http://www.mediafire.com/?hknr8sqeamii20v |
| Original URL | https://ludumdare.com/compo/ludum-dare-22/?action=preview&uid=8853 |
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 |
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.
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.
2) there is no Shape.rb :-(
And I would suggest you to use github for hosting your source code and downloads next time
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?
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.
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.