Comatose by Jawdropgames

[raw]
made by Jawdropgames for LD22 (JAM)
A small text adventure game by Ket and Jack for the Ludum Dare Jam. We don't aim for it to be too serious, and have made the game mostly for fun. So we both hope you enjoy the game, and enjoy making your own simple text adventure using the in game guides if you wish! :)

If you find any errors (Spelling, grammar or just bugs), please report them to alex.t@jawdropgames.co.uk!

We also plan to include download links for both Mac and Windows once we've had a rest!

Ratings

Coolness 14% 605
Overall(Jam) 1.91 152
Audio(Jam) 1.00 141
Community 1.33 731
Fun(Jam) 1.55 155
Graphics(Jam) 1.50 165
Humor(Jam) 1.67 94
Innovation(Jam) 1.75 132
Mood(Jam) 2.64 43
Theme(Jam) 2.64 61

Feedback

Cell
20. Dec 2011 · 15:00 UTC
Great :D
seagaia
21. Dec 2011 · 16:44 UTC
Nice text-based adventure. There are a few glitches - the inventory doesn't seem to work, battles don't end after you kill the enemy, and I got stuck when I was next to the MRI room and the Intensive care unit. Also sometimes I walked east and it said "you walked west". But keep working on these adventures and writing and yall'll get better at it!
dr_soda
24. Dec 2011 · 22:52 UTC
Unfortunately I could not run this game on Windows Vista. :(
Shigor
25. Dec 2011 · 01:13 UTC
Enemies are invincible (gets to minus lifes and continues to attack - not sure if it's bug or intended), hints what to do are sometimes quite too straightforward. Writing investigate instead of interactive fiction Examine means I'll have to change my keyboard sooner then later :)
And all ' are missing
incobalt
25. Dec 2011 · 04:11 UTC
I kept running into dead ends. The first is at the bedside table, you can't seem to get out of it, the second at the locked door E and N from the corridor outside your room.
Ghostik
26. Dec 2011 · 20:54 UTC
Mood is great :D and graphic in my head too :D... unfortunately it`s little buged :/
summaky
27. Dec 2011 · 19:04 UTC
My window manager for GNU/Window can't seem to handle input into Java applications, so I am unable to rate your game at the moment. I'll try to find a Windows box to try it. Sorry.
caranha
03. Jan 2012 · 01:09 UTC
Your text adventure actually looks pretty good. Nice choice of fonts and background.

That said, there were quite a few bugs, and the game was almost unplayable to me due to them :-( It seems that most of these bugs comes from you treating every action as a room. I can tell that by typing "look" after a common action, and getting the text of that action again. For example, when I was in a place with two doors locked doors north and south from me, if I typed north, I would get "that door is locked". Then typing look would get that same message - I would have to use "back" to return to my previous room.

A more sensible approach would be to have "rooms" as locations with a number of possible actions in them, so you separate walking around from performing those actions.
Dan C
04. Jan 2012 · 22:24 UTC
This isn't very well packaged.

Not everyone will have Java installed and Java doesn't put its binaries in the PATH by default, so RUN_ME.bat won't work for most people.

Also, if, like me, you have a 64-bit Java in the PATH, it still doesn't work because 64-bit Java can't load the 32-bit DLLs that are required to run this game.

I had to edit RUN_ME.bat to point to a 32-bit Java as follows:

"C:\Program Files (x86)\Java\jdk1.6.0_16\bin\java" -jar -Djava.library.path=lib/ comatose.jar

(The exact path will be slightly different for those who have a different build of Java installed).
Dan C
04. Jan 2012 · 22:33 UTC
Also, sorry but this game doesn't have anywhere near a large enough vocabulary to be playable. 'Get' should have been included as a synonym for 'take', for example.

Also, half of what the game says in response to commands is completely nonsensical. "You took all the items in the room. Your're carring; Nothing!"

It's really buggy and it seems to be possible to get stuck with no possible exit while the game just throws, catches and ignores exceptions in response to every command. After a couple of plays through the introduction and getting stuck repeatedly in different locations, I just gave up in frustration.
blahoink
05. Jan 2012 · 01:12 UTC
game was nice, but some very obvious bugs. :l