3H-GDC m.III - Winner: eal!!!
Started by capn_midnight, Sep 12 2005 08:23 AM
52 replies to this topic
#21 Members - Reputation: 1225
Posted 17 September 2005 - 05:27 AM
okay, one hour complete, two to go.
[See some of My Projects] - [Find me on twitter tumblr G+] - [Watch me burn stuff in Exile: the Family You Choose] - [Come hang out at Philadelphia's Premiere Hackerspace - Hive76]
Sponsor:
#22 Members - Reputation: 1225
Posted 17 September 2005 - 06:24 AM
2 hrs done, 1 hour left
[See some of My Projects] - [Find me on twitter tumblr G+] - [Watch me burn stuff in Exile: the Family You Choose] - [Come hang out at Philadelphia's Premiere Hackerspace - Hive76]
#26 Members - Reputation: 1225
Posted 17 September 2005 - 07:19 AM
okay, folks, times up.
If you uploaded your game to your own site, PM me the link
If you want to send me the zip or rar file for your game, send it to webspynner_99@yahoo.com with the subject line "3H-GDC m.III - <username>" obvioulsy replacing <username> with your GDNet username.
Remember, you must package everything required for your game together. I will not go find the Allegro or SDL or whatever libraries on my own and download them to run your game. You must handle it yourself.
If you uploaded your game to your own site, PM me the link
If you want to send me the zip or rar file for your game, send it to webspynner_99@yahoo.com with the subject line "3H-GDC m.III - <username>" obvioulsy replacing <username> with your GDNet username.
Remember, you must package everything required for your game together. I will not go find the Allegro or SDL or whatever libraries on my own and download them to run your game. You must handle it yourself.
[See some of My Projects] - [Find me on twitter tumblr G+] - [Watch me burn stuff in Exile: the Family You Choose] - [Come hang out at Philadelphia's Premiere Hackerspace - Hive76]
#27 Members - Reputation: 877
Posted 17 September 2005 - 07:20 AM

CrackerChomper
Purpose: Eat lots of Crackers....
Created in Java, just launch run.bat to run on your computer, or run the "cracker.class" in the cracker folder.
#29 Members - Reputation: 1225
Posted 17 September 2005 - 07:30 AM
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.
[See some of My Projects] - [Find me on twitter tumblr G+] - [Watch me burn stuff in Exile: the Family You Choose] - [Come hang out at Philadelphia's Premiere Hackerspace - Hive76]
#30 Members - Reputation: 169
Posted 17 September 2005 - 07:33 AM
I get this error when I run CrackerChomper:
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)
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)
#31 Members - Reputation: 538
Posted 17 September 2005 - 07:33 AM

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.
#33 Members - Reputation: 1225
Posted 17 September 2005 - 07:37 AM
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.
[See some of My Projects] - [Find me on twitter tumblr G+] - [Watch me burn stuff in Exile: the Family You Choose] - [Come hang out at Philadelphia's Premiere Hackerspace - Hive76]
#34 Members - Reputation: 877
Posted 17 September 2005 - 07:56 AM
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?
#36 Members - Reputation: 877
Posted 17 September 2005 - 08:32 AM
Edit run.bat with
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]
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]
#38 Members - Reputation: 151
Posted 17 September 2005 - 09:46 AM
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]
¨@_
#39 Members - Reputation: 1225
Posted 17 September 2005 - 11:26 AM
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.
[See some of My Projects] - [Find me on twitter tumblr G+] - [Watch me burn stuff in Exile: the Family You Choose] - [Come hang out at Philadelphia's Premiere Hackerspace - Hive76]







