I had very limited time to put this together, as I wasn’t able to start until yesterday. Hopefully it is acceptable.
Exterminator Game Story
GigaGeek is about to throw it’s 3rd Annual Developers Ball and the last thing they need these guys & gals to see is more bugs. Luckily, you have ZERO clientele and need no advanced notice as rent is almost due and your knee pads have worn out (if you get this last bit… you’re a sick, sick person).
5:00 minutes and counting til the geeks and freaks arrive and you have to kill at least 60 of these suckers to appease the guy who is goinna pay your bill, but be careful not to make to much of a mess without cleaning up after yourself or you might just get fired… and that means NO CASH.
Tip for the inexperienced: Some bugs are juicier than others, so watch your Muck Meter!
That picture of the building floors? Yep… you can click on them to go directly to that floor.
I hope this isn’t being judged on code organization lol… I wrote the game without knowing what the game was and just added to it until an idea came together. The game play is actually fun and doesn’t come across as disjointed. Unfortunately, I can’t say the same for the code >.<
@t0neg0d said:
I hope this isn't being judged on code organization lol... I wrote the game without knowing what the game was and just added to it until an idea came together. The game play is actually fun and doesn't come across as disjointed. Unfortunately, I can't say the same for the code >.<
EDIT: The term “Train Wreck” comes to mind…
Personally, I don’t even want to know what goes into the sausage. I make my own sausage. I get the gist.
Since there was still time, I updated this to add more user feedback for the actions perform.
Mostly just the addition of more FX, Sounds & Text
One of the points of this was to mix 2D and 3D gaming… and aside from not having time to animate the bugs, I’d say the additions were a pretty nice improvement.
WTF! There was suddenly a HUGE cockroach on the second floor, almost as big as a tree, I squished it though xD
Great work, I like the smooth transitions between the levels.
The game looks great =D but I am have problem running it. I am getting this error
[java]
Exception in thread “main” java.lang.NoClassDefFoundError: MyGame/jar
Caused by: java.lang.ClassNotFoundException: MyGame.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: MyGame.jar. Program will exit.
[/java]
@kamran said:
The game looks great =D but I am have problem running it. I am getting this error :(
[java]
Exception in thread “main” java.lang.NoClassDefFoundError: MyGame/jar
Caused by: java.lang.ClassNotFoundException: MyGame.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: MyGame.jar. Program will exit.
[/java]
Not sure why. My OS is Windows 7 64 bit.
Anyone know what this could be caused from? I r not teh smart enough to know =(
@pspeed said:
This is a different error entirely than the class not found error (that was likely caused by an incorrect project configuration for your game).
This one looks like you are using the wrong version of Java for the code. Maybe you are using Java6 and it was compiled with Java7.
Yep… that’s the issue here at least.
Question:
Should I update this now? Or wait til the contest I mean (got my c words confused) is over? Or? So confused
Yeah I am using Java6 but not sure as to why I got the class not found error last time. I deleted the old file and extracted it again and got this error. I guess the class not found error is on my end. Sorry for that.