Pyramid Escape by MrJavaFrank
Hey guys,
this is my entry for this Ludum Dare!
When the game crashes, please write me before rating. Thanks!
Like last time i had a lot of fun!
EDIT (Monday 28.04.2014) :
I edited the game after the 48h to fix the bugs zenmumbler mentioned!
EDIT 2 (Wednesday 30.04.2014) :
I fixed a bug, where you were teleported to a random position on the map in the pausemenu, so that you couldn't play on anymore.
Furthermore, I added a video-link, inwhich you can watch the full game. So if you get stucked and aren't sure about the rating you can decide with help of this video.
When the game crashes or has bugs try to update your Java-Version (http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)!
this is my entry for this Ludum Dare!
When the game crashes, please write me before rating. Thanks!
Like last time i had a lot of fun!
EDIT (Monday 28.04.2014) :
I edited the game after the 48h to fix the bugs zenmumbler mentioned!
EDIT 2 (Wednesday 30.04.2014) :
I fixed a bug, where you were teleported to a random position on the map in the pausemenu, so that you couldn't play on anymore.
Furthermore, I added a video-link, inwhich you can watch the full game. So if you get stucked and aren't sure about the rating you can decide with help of this video.
When the game crashes or has bugs try to update your Java-Version (http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html)!
Ratings
| Coolness | 87% | 2 |
| Overall | 3.23 | 502 |
| Audio | 3.04 | 371 |
| Fun | 3.21 | 390 |
| Graphics | 3.02 | 648 |
| Humor | 2.32 | 639 |
| Innovation | 2.50 | 969 |
| Mood | 3.00 | 530 |
| Theme | 3.28 | 545 |
Trying to run the .jar on Mac OS X 10.9.3 yields the following error:
JavaVM WARNING: JAWT_GetAWT must be called after loading a JVM
org.lwjgl.LWJGLException: Could not get the JAWT interface, and then a stack trace going back to your initGL call.
On WinXP and Win7 (in a VMWare session) the game works but moving the mouse results in extreme sinusoidal vertical and horizontal movement of the camera angle, may be a VMWare issue but haven't seen that problem pop up in other apps, the mouse works fine in the menus.
Finally, if I open the in game menu with Esc, I'm transported to a random location in (and sometime outside of) the maze, odd.
Sorry that I can't get it to run, it looks like a nice game.
Exception in thread "main" java.lang.NumberFormatException: For input string: "3
"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:492)
at java.lang.Integer.parseInt(Integer.java:527)
at de.frank.main.Game.loadGame(Game.java:566)
at de.frank.main.Game.update(Game.java:402)
at de.frank.main.Frame.update(Frame.java:25)
at de.frank.main.Main.main(Main.java:32)
Likely for the same line-ending reason as the .sh file.
Ich have no idea, what went wrong with the camera movement, because the exported .jar works perfectly fine under my Windows 8.1.
I'll upload the new files in a moment!
looks good
W.r.t. Mac OS X: its Java 1.7 runtime is now maintained by Oracle and it removed an older GL integration feature and lwjgl first fixed their integration code in v2.9.0 as per http://lwjgl.org/forum/index.php?topic=4326.0
Also, music is always a good thing for ludum dare.