Blendswap Arcade Submission: Exterminator

Hi all…

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.

Screen Shots:



Repository:

https://code.google.com/p/blendswap-arcade-t0neg0d/source/browse/

Download link for executable jar (Exterminator.rar file - first in list)

tonegodemitter - Browse Files at SourceForge.net?

8 Likes

Hehe, cool game! But hard =P It would be awesome to play with a touchscreen! =)

1 Like
@kwando said: Hehe, cool game! But hard =P It would be awesome to play with a touchscreen! =)

That’s where I was going with it… but not quite yet. After the contest is over, I’ll make the couple changes needed and see how it goes!

@t0neg0d

Great game!

You definitely got me beat!

I need to look at how you did your water

I was so close omg…

Raging so bad right now

Ps. Sorry to bother you but can you take a look
http://hub.jmonkeyengine.org/forum/topic/asset-not-found-when-opening-in-portrait-mode-android/

1 Like

This looks really great.

1 Like
@pspeed said: This looks really great.

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…

@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. :slight_smile:

1 Like

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.

EDIT: Links are all still the same.

1 Like

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.

1 Like

@t0neg0d it’s great men!! I had much fun playing with this!!, it’s very hard!!! haha.
I’ll wait for that Android release!! nice finger excercise! lol

1 Like

That’s pretty fun!!! that’s hard to click on those thongs…they’re evrywheeeeeeere !!!

1 Like

Well done t0neg0d,

I really like the style of this game, except also that it is really very very very hard!!!

The 2D and 3D graphics really look go.

1 Like

The game looks great =D but I am have problem running it. I am getting this error :frowning:

[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.

@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 =(

Here is an image of the entire error

@kamran said: Here is an image of the entire error

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.

@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 :wink:

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.

omg I didn’t realize about the other floors, the horror after a few minutes of leaving them alone.

1 Like
@Sploreg said: omg I didn't realize about the other floors, the horror after a few minutes of leaving them alone.

I’m converting this over to an android game… and the ui got a decent facelift.

Hopefully the numbers will make it a bit more obvious.

EDIT: Heh… I said converting. Really just:

  • Making the scene customizable for different areas to play in
  • Updating the input for touch.
  • Made the bugs a ton easier to smash
  • Separated the bugs and muck into separate layers in the projected scene so the buggies are always on top

Not much more than this really.

1 Like