Against All Good by Herku
[I'm not 100% Shure if this counts, but i wrote this game. It simply doesn't start as executable Jar file... ._. I hope i can fix that ASAP but I'm simply to tired now.] // Fixed
Its a 2D Topdown Shooter. The Goal is to not die and reach the end of the Level. I added some features, but i didn't had enough time to use them as they should be used for maximum effects. I also didn't have time to implement my little story so some sentences might not have any context...
Use the arrow keys to navigate the ship and press/hold space to fire. Don't touch the walls or get hit by a laser, otherwise you will loose healthpoints. Don't fall back and leave the screen, this will also make you lose.
Edit: I think I fixed this. I had some problems with the natives.
Edit2: Added instructions.
Its a 2D Topdown Shooter. The Goal is to not die and reach the end of the Level. I added some features, but i didn't had enough time to use them as they should be used for maximum effects. I also didn't have time to implement my little story so some sentences might not have any context...
Use the arrow keys to navigate the ship and press/hold space to fire. Don't touch the walls or get hit by a laser, otherwise you will loose healthpoints. Don't fall back and leave the screen, this will also make you lose.
Edit: I think I fixed this. I had some problems with the natives.
Edit2: Added instructions.
| Windows | http://dl.dropbox.com/u/55196194/AgainstAllGood.zip |
| Original URL | https://ludumdare.com/compo/ludum-dare-25/?action=preview&uid=12577 |
Ratings
| Coolness | 32% | 948 |
| Overall | 2.14 | 731 |
| Fun | 1.83 | 729 |
| Graphics | 1.85 | 713 |
| Innovation | 1.67 | 753 |
| Theme | 1.77 | 750 |
C:\Users\Wisse\Desktop\hendrik.niemann.ld25\hendrik.niemann.ld25>java -jar aag.j
ar
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoa
der.java:58)
Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.lwjgl.Sys$1.run(Sys.java:73)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at org.lwjgl.opengl.Display.<clinit>(Display.java:132)
at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:36)
at game.AgainstAllGood.main(AgainstAllGood.java:14)
... 5 more
Exception in thread "main" java.lang.UnsupportedClassVersionError: game/AgainstAllGood : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:247)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)