FoonLudum Dare ExplorerLD30 → Worldhole Theater

Worldhole Theater

By hubertus09

View on Wayback Machine

CategoryRankScoreCount
Mood4233.00
Fun4352.94
Audio5312.59
Theme5662.69
Innovation6222.56
Graphics6572.61
Overall7042.63
Coolness176732

Comments

ViliX 2014-08-25 19:25

I've found quite a lot of bugs. You should polish the game a bit.

xcharlie 2014-08-25 19:48

I can't run the game on Linux, probably you forgot to reference some libraries.

$ java -jar WormholeTheater.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
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:135)
at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:36)
at com.hubert_kaluzny.WormholeTheater.Desktop.main(Desktop.java:9)

infraviolet 2014-08-25 19:53

I can't play the game, it just flashes a command prompt window

hubertus09 2014-08-25 19:56

@leDragoon you have to extract it to a folder first.

@Charlie probably the same thing, or the linux startup script is incorrect. (try double clicking the .jar, that may launch the game)

billknye 2014-08-25 19:56

Game is definitely a bit buggy. I'm not entirely sure I understand the goal. After killing a few initial enemies I waited a while and nothing else really happened. Just seems unfinished.

hubertus09 2014-08-25 20:06

@billknye you're supposed to find the portals, and go on until you die. The portals are linked to different worlds and such, the further you get, the larger the score you get for clearing an enemy wave. Sorry if it seems unfinished. The enemy AI is really bugged up, due to my lack of comprehension in physics and maths.

oana 2014-08-25 20:08

You should probably mention that scroll wheel determines the ship's speed. Took me a while to figure it out. Other than that, it is a nice idea and a good try. Pretty good music too. And I had a good laugh seeing the enemies jitter like that!

hubertus09 2014-08-25 20:17

@Oana adding it to the website + post now. <3

arhpositive 2014-08-25 21:32

Considering your time constraints this is a decent attempt, albeit a bit buggy.

I played the game thrice, in the first two times going as deep as level 3, and I only encountered ships in my first game and only right when I started the game. I've seen no more enemies from that point, which is not really ideal for a game like this.

At my final attempt, I encountered a fountain of bullets, looking like coming from out of nowhere, right next to a pair of red ships ignoring me. :) It was quite funny and that bullet hell got my life. :)

eruiz00 2014-08-28 16:32

Your are right. Should use libgdx :)

tosic 2014-09-07 12:36

Quite confusing but not bad, but I think it would be easier if I could move the ship with W,A,S,D!

bluesky 2014-09-14 15:07

Good job!