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.
I tend to avoid content that isn't 'Web' on LD (Because I'm a terrible person, and I like not having to clear out my downloads folder after each LD), but it looked good enough and the file wasn't terribly big.
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.
Does not run for me either (Win 7 64 bit, latest Java I believe): 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)
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.