OrbiHop by TnT
Have fun hopping across the galaxy to get back to Earth!
There are only two buttons to control the ship, space to launch and shift to change power.
There is a level editor and the ability to load level files (.bacon of course), as well as have folders for level packs. Feel free to post level files or zips of level packs below, we would love to see what you guys come up with.
There are only two buttons to control the ship, space to launch and shift to change power.
There is a level editor and the ability to load level files (.bacon of course), as well as have folders for level packs. Feel free to post level files or zips of level packs below, we would love to see what you guys come up with.
| Java (1.6+) | https://sites.google.com/site/tntprogrammingld/files/OrbiHop.jar?attredirects=0&d=1 |
| Original URL | https://ludumdare.com/compo/ludum-dare-34/?action=preview&uid=25177 |
Ratings
| Coolness | 77% | 2 |
| Overall(Jam) | 3.56 | 282 |
| Audio(Jam) | 2.07 | 708 |
| Fun(Jam) | 3.38 | 339 |
| Graphics(Jam) | 2.83 | 813 |
| Humor(Jam) | 1.93 | 822 |
| Innovation(Jam) | 3.28 | 415 |
| Mood(Jam) | 3.03 | 671 |
| Theme(Jam) | 3.47 | 700 |
http://www.awesomestuff.software/graviton/
Not to advertise, but I think you might like to compare.
Great level design. The music and art and pacing were nothing much to speak of, but the level design was wonderful and interesting. The progression was well thought out, and the puzzles allowed for a good mix of reasoning + trying new approaches. Well done!
Maybe you should consider not using the shift key, so that windows users don't get the sticky keys message when rapidly hitting shift (to precisely adjust power) ;)
The game definitely is one of my favorites! :)
Exception in thread "main" java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
at TnT.ld.ld34.LD34.start(LD34.java:57)
at TnT.ld.ld34.LD34.main(LD34.java:53)
Caused by: java.lang.ClassNotFoundException: javafx.embed.swing.JFXPanel
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
java version "1.7.0_91"
OpenJDK Runtime Environment (IcedTea 2.6.3) (7u91-2.6.3-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)
$ java -jar OrbiHop.jar
Exception in thread "main" java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
at TnT.ld.ld34.LD34.start(LD34.java:57)
at TnT.ld.ld34.LD34.main(LD34.java:53)
Caused by: java.lang.ClassNotFoundException: javafx.embed.swing.JFXPanel
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
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 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 2 more