FoonLudum Dare ExplorerLD33 → WeirdTornadoThing

WeirdTornadoThing

By solocov

View on Wayback Machine

CategoryRankScoreCount
Coolness227310

Comments

pokeyone 2015-08-24 14:14

I couldn't play because of an error! I ran it from the console with "java -jar WeirdTornado.jar" and got an error, something to do with not loading a class properly

g_o 2015-08-24 17:16

HERES THE ERROR I GET:
==================================================

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
s.
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.li
brary.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:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:87)
at org.lwjgl.Sys.<clinit>(Sys.java:117)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at sf.engine.RenderManager.CreateRenderDeviceWindow(RenderManager.java:3
38)
at sf.engine.Boot.main(Boot.java:19)
Press any key to continue . . .

tobbez 2015-08-27 09:24

You can make it run if you copy all the files in Files\LudumDare33\lib\jars and Files\LudumDare33\lib\natives to the same directory as the jar, and run:
java -cp . -jar WeirdTornado.jar


That aside, not much to do in this game apart from just holding down d all the time.

cynicalmonkey 2015-08-31 07:57

downloaded but wouldn't run

zyxer 2015-08-31 08:57

Quite fun to play! Especially when the tornado becomes really huge. The graphics of the tornado are also quite realisitic looking.

(You should repack the RAR file so that others don't have to copy around files to get your game to work).