Escape The Creeper! by DarkCart
Coins are wizzing around. There's a creeper in pursuit of you. What do you do? Collect as many coins as possible before the creeper gets you.
Ratings
| Coolness | 42% | 1631 |
| Overall(Jam) | 2.35 | 995 |
| Fun(Jam) | 2.31 | 944 |
| Graphics(Jam) | 2.08 | 932 |
| Humor(Jam) | 2.00 | 764 |
| Innovation(Jam) | 1.79 | 992 |
| Mood(Jam) | 2.30 | 912 |
| Theme(Jam) | 3.16 | 807 |
The coins jumping around also seems a bit odd - I couldn't really discern enough of a pattern to really boost my score, other than staying away from the creeper. I'd suggest either having coins that move along random paths, or just having a timer as the score.
Some of the graphics were a bit odd, too - I'm fine with the simple graphics, but if you're gonna use a creeper, you should really add at least ONE frame of an explosion ;). Also, it appears that the trees aren't actually obstacles? That surprised me quite a lot - misleading visual cues.
@joppiesaus: Have you extracted ALL the files? If so, run it from the console and see if there are any errors.
@harley77: I've been getting this problem. Make sure you
don't have any applications like Minecraft (which use OpenGL) open, then try running it again. If the problem still persists, run it from the console and see what it gives you.
Tutorial on running it from the console:
Windows: Click Start, click on or search for a program called "Run", and type in cmd and hit OK. Once in CMD, you need to find the game on your hard drive. To do so, type cd <directory name>. For example, if I stored it in the Downloads folder, I would type 'cd C:\Users\John\Downloads\Escape The Creeper'.
Once you're there, type 'java -jar EscapeTheCreeper.jar'.
Mac OS/X: Go to Applications > Utilities and double-click on Terminal. Then, cd to the directory and type 'java -jar EscapeTheCreeper.jar'.
That's all I can think of right now.
Thank you for your entry!
Funny and cute textures too! XD
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-466.1-11M4716)
As far as the game itself is concerned, the randomness of the coin movement doesn't lend itself to strategic play which makes the bulk of the game simply avoiding the creeper. While not entirely un-fun, it lacks layering. You always want game mechanics to supplement each other, so having the coins move in linear paths would make it possible to develop strategies: "if I move this way I'll put myself in the path of the coin AND avoid the creeper!"
Hope you keep on developing it! There's always a ton of potential in simple games :)
P.S. Not sure why you opted to let us vote for the game on Humor, it's not exactly geared towards being a funny game. My 2 cents~
Fun enough to play a few minutes !
1) Player moves very slowly, multiple keys down at the same time seem not to register (on Linux, anyway).
2) Collision detection uses the entire sprite, so colliding with the player's head is possible.
Good overall, keep up the good work!
- Allow multiple controls (e.g.: Left and up at the same time)
- Separate render loop from the logic loop :)
- Make some collision check against the trees ^^
Anyway, it's a nice start :)