August 19th-22nd 2011 :: Theme: Escape
[ Summary | Compo Top 50 | Jam Top 50 | Top 25 Categories | View All (599) ]
Made in Java, should work on most machines. A classic game of "escape the guards, turn off the lights, run along corridors". The lighting engine is *very dirty* and works only because it rounds off floats in a weird way. Most of the time was spent on that, sadly...
Music made in 5 minutes in Ableton Live, sound effects voiced by yours truly.
Tested on linux/mac os, should work on Windows.
(EDIT: I made a complete package of the whole game in a single jar that should work if you have Java installed and if the previous package did not work)
(EDIT2: I know you need to download to play, but the game has to be seen while moving, the screenshot cannot show the greatest part of the game. So if you needed just a little bit more incentive to actually try to play the game, here it is ;) Thanks in advance!)
Downloads and Links
Ratings
#33 | Coolness | 13% |
#81 | Community | 3.25 |
#85 | Fun | 3.25 |
#100 | Audio | 3.00 |
#110 | Theme | 3.45 |
#117 | Innovation | 3.35 |
#125 | Overall | 3.25 |
#286 | Humor | 1.73 |
#392 | Graphics | 2.10 |
Comments
Heh, I couldn't get past the level called "you can do it!" :)
Cool mechanics, although one thing I noticed was that you can't tell what you can see when the light's shining on the same place. Take your screenshot, for example--the faint gray is what the player can see, but you can't tell that you can't see around the corner into the room with the light in it.
It's a cool game, though. The simple mechanics are fun, once you get used to them.
Nice! I like the graphics style, and the lighting system is really neat.
Reminds me a bit of the game 'Frozen Synapse,' but more stealth-y.
A little bit like Monaco :) You ought to continue working on it and add different kinds of missions, items, skills and so on. Could turn into something really cool
Press any key. Escape. Game exits. :)
Good concept, simple implementation. Neat lightning. Lacks detail and graphics.
@31eee384
Sadly java2D does not like blending at all... If I were to continue this, I'll use OpenGL to get a lot of fancy effects for free!
I think the game is pretty well balanced. I had trouble on the last two levels, but I finished them after I stuck with it. It runs great even on my slow machine.
Couldn't get this to run. BAT file didn't work, running JAR directly: Failed to load Main-Class manifest attribute from j1.01.jar (Win7, 64-bit)
I like it, nice working mechanic (although I'd prefer guards without eyes in their back), nice difficulty progression. Very good entry with very nice music.
@nuria If the bat did not work, I suppose you do not have Java in your PATH. I will make a single .jar package that should work ASAP. Sorry for the inconvenience.
@Shigor I wanted to implement fields of view for the hero and the guards, but that would require blending, and java2D does not like it. As I said before, with a small bit of OpenGL, everything would have been possible! I'll definitely implement FOVs if I were to continue this. Thanks for feedback btw!
Nice difficulty progression, fits the theme, feels very polished. Lots of fun from a single concept.
You must sign in to comment.
I liked the guard mechanic, but got stuck on the fourth level. Fun game, liked the use of lighting.