3H-GDC m.III - Winner: eal!!!

Started by
51 comments, last by Binomine 18 years, 7 months ago
Image hosted by Photobucket.com

All you're getting is a screenshot, because my game consists of a screenshot. Debuggin a strange language is somewhat hard, expecially with the errors python gives you.

The game was "Window Cracker". You're incharge of a bake bean eating contest, except the windows won't stay open. You're job is to open the windows before the contestents pass gas.
Advertisement
Bummer, not done in time. And I was so close, too!

Maybe I'll finish it and upload outside the contest. Maybe not.
¨@_
Since there are so few submission this time, I'm going to say "feature freeze, bug fix, then submit". Whatever you have, get it running and submit that code.

[Formerly "capn_midnight". See some of my projects. Find me on twitter tumblr G+ Github.]

Quote:Original post by capn_midnight
H_o_p_s: whoa, dude, my P4 2.4GHz machine is way too fast for it. Let's try it on my P3 1.2GHz machine.

Is the mouth moving to fast, or is it adding crackers to fast?

Quote:
Exception in thread "main" java.lang.NoClassDefFoundError: Cracker/Cracker (wron
g name: Cracker)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)


I have no idea.... :|

Do you have the Cracker folder in the same directory as the run.bat?
BRING BACK THE BLACK (or at least something darker)
Yeah, I get a similar error if i try "java cracker.class" in the cracker directory.
Edit run.bat with
Quote:cd Cracker
java Cracker

Don't know why but it seemed to fix the problem when I was VPCing it...

Or you can re-download it again: CrackerChomper.zip[21.16KB]

And



[Edited by - H_o_p_s on September 17, 2005 2:32:32 PM]
BRING BACK THE BLACK (or at least something darker)
Quote:Original post by eal
cracka attack:



What's the controls? How to kill crackers?

Edit:

Oh, use the mouse and asdw controls

When you die, if you continue to click, you can still kill some crackers
Quote:Original post by capn_midnight
Since there are so few submission this time, I'm going to say "feature freeze, bug fix, then submit". Whatever you have, get it running and submit that code.


Roger that.

Edit: Submitted.

[Edited by - Snaily on September 17, 2005 4:46:32 PM]
¨@_
Quote:Original post by kwijibo
Yeah, I get a similar error if i try "java cracker.class" in the cracker directory.

You should use "java Cracker". Java is case sensitive and expects .class files.

[Formerly "capn_midnight". See some of my projects. Find me on twitter tumblr G+ Github.]

Quote:Original post by Zeraan
When you die, if you continue to click, you can still kill some crackers


Fixed.

Edit: the other error should be fixed now also

[Edited by - eal on September 18, 2005 8:44:57 PM]

This topic is closed to new replies.

Advertisement