Permanent Destination by NegativeZero
We decided interpret the theme in the setting: a submarine. Submarines are built to be quite minimalistic as they need to be compact yet functional. Basically the premise of the game is that you have to single handedly fix a sinking submarine, namely three components of: The fuel, the battery and the engine, even while they continue to break. There's very little gameplay(you might even say... MINIMALISTIC ;D), but what you have to do is rather hard.
Unfortunately I got a bit... distracted... and did almost no work when I should have been. The gameplay is all there, but there's no polishing and in the sub hardly feels like you're moving.
Unfortunately I got a bit... distracted... and did almost no work when I should have been. The gameplay is all there, but there's no polishing and in the sub hardly feels like you're moving.
| Windows | https://mega.co.nz/#!VV8XHDga!F1oHaxm6v8PmKXHt4v-3qUsJ5G1nBVT6j_gGMtCATpA |
| Source | https://github.com/5C0JT/LD26 |
| Original URL | https://ludumdare.com/compo/ludum-dare-26/?action=preview&uid=17942 |
Sadly, when I downloaded it I found myself unable to run the .jar file. I opened it from the command line and it spat out :
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
Does that mean I need to install something? If so, please provide links.
Too bad, it looked really nice! Fav'ed for later check.
D:\Temp>java -jar PermanentDestination.jar
Exception in thread "main" 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 ludum.dare.Main.init(Main.java:112)
at ludum.dare.Main.<init>(Main.java:106)
at ludum.dare.Main.main(Main.java:583)
Java runs in the background never showing itself.
Don't have this problem with other java games