All That is Under the Air by NeskcirE
This is a short story driven platformer. Please leave any constructive criticism you have for me. Other than that: I am fairly proud of this game for my second Ludum Dare; much prouder than my first one. Seriously though that one was bad. I plan on expanding this later on, probably using LWJGL instead of the software rendering I used here and actually take time on the story.
Ratings
| Coolness |
30% |
1796 |
| Overall |
2.56 |
1084 |
| Fun |
2.44 |
1032 |
| Graphics |
2.69 |
819 |
| Innovation |
2.40 |
1043 |
| Mood |
2.80 |
721 |
| Theme |
3.00 |
724 |
Feedback
$ java -jar atiuta.jar
Then I received this following error, which I have never before seen.
Exception in thread "main" java.lang.UnsupportedClassVersionError: all/that/is/under/the/air/LD30Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:270)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
This is my java version:
Java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.1) (Arch Linux build 7.u65_2.5.1-3-x86_64)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
Since game is more story driven than anything else, I'd like to see some more of this story. Especially since the end is sudden and unexpected.