Mothly's World by ReikVal
You need JRE7 for playing it.
Post-Mortem: http://www.ludumdare.com/compo/2012/05/06/mothlys-world-post-mortem/
Description:
Mothly's World is a Survival Shoot'em up, where you have a fluoride agent who shoots bacteries.
Bacteries, which spawns from food, decays the teeth, and can set up in the teeth for shooting the player.
Let's defend the Tiny World of your mouth!!!
TO-DO List:
We didn't have time to add all the features we want.
Fix Save Manager
Add powerups
Instructions:
WASD: Move player
Mouse move: Move crosshair
Mouse left button: Fire
Use bomb: Space
P: Pause game
Exit game: Esc
Credits:
Programming by:
@ReikVal(http://www.ludumdare.com/compo/category/ld-23/?author_name=reikval)
@ultrayoshi (http://www.ludumdare.com/compo/?category_name=ld-23&author_name=ultrayoshi)
Digital Art by:
@_Dreisa_
Special thanks to:
@hmudarra_
Sounds done with
vozme.com
sfrx
Music:
I don't know what track is it, if anyone knows, please, tell me.
Post-Mortem: http://www.ludumdare.com/compo/2012/05/06/mothlys-world-post-mortem/
Description:
Mothly's World is a Survival Shoot'em up, where you have a fluoride agent who shoots bacteries.
Bacteries, which spawns from food, decays the teeth, and can set up in the teeth for shooting the player.
Let's defend the Tiny World of your mouth!!!
TO-DO List:
We didn't have time to add all the features we want.
Fix Save Manager
Add powerups
Instructions:
WASD: Move player
Mouse move: Move crosshair
Mouse left button: Fire
Use bomb: Space
P: Pause game
Exit game: Esc
Credits:
Programming by:
@ReikVal(http://www.ludumdare.com/compo/category/ld-23/?author_name=reikval)
@ultrayoshi (http://www.ludumdare.com/compo/?category_name=ld-23&author_name=ultrayoshi)
Digital Art by:
@_Dreisa_
Special thanks to:
@hmudarra_
Sounds done with
vozme.com
sfrx
Music:
I don't know what track is it, if anyone knows, please, tell me.
Sorry for the current problems with the executable.
java.lang.UnsupportedClassVersionError: jam/ld23/game/MothlysWorld : Unsupported
major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
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$000(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)
Could not find the main class: jam.ld23.game.MothlysWorld. Program will exit.
Exception in thread "main"
$ java -jar ld23.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: jam/ld23/game/MothlysWorld : Unsupported major.minor version 51.0
$ java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
In锚s Almeida from Evil Sandwich Studios
Are you using any Java 7 features? If not, you should consider sticking with Java 6 until more people have 7.
As for the game, the idea was fun, but the game seemed too unfair to really draw me in. I did really like the multiple death screens though. But you do have a working platform, which is great work for 48 hours.
And since this is java, why not offer it as an applet or a webstart? You'd definitely get more votes and comments. I offer free Java hosting at http://StaticVoidGames.com, which is a site that helps you create those versions automatically. Might be worth checking out.