Ludum Dare #37compo
The Murder
The murder is my third Ludum Dare game. It's an escape the room click game. So you basically click at objects to discover new things and eventually you'll escape (hopefully).
Controls:
Mouse - Interact with stuff
I - Open/close inventory
Esc - Close menus
This game requires Java 7 or higher to run.
Please by nice and don't post the solution to the game in the comments.
Controls:
Mouse - Interact with stuff
I - Open/close inventory
Esc - Close menus
This game requires Java 7 or higher to run.
Please by nice and don't post the solution to the game in the comments.



Comments18
Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
at sun.font.SunFontManager$1.run(SunFontManager.java:339)
at java.security.AccessController.doPrivileged(Native Method)
at sun.font.SunFontManager.<clinit>(SunFontManager.java:335)
at sun.font.FontDesignMetrics.getMetrics(FontDesignMetrics.java:264)
at sun.java2d.SunGraphics2D.getFontMetrics(SunGraphics2D.java:855)
at com.gmail.stefvanschiedev.ludumdare37.gamestate.states.MainMenu.draw(MainMenu.java:111)
at com.gmail.stefvanschiedev.ludumdare37.gamestate.GameStateManager.draw(GameStateManager.java:67)
at com.gmail.stefvanschiedev.ludumdare37.main.GamePanel.draw(GamePanel.java:117)
at com.gmail.stefvanschiedev.ludumdare37.main.GamePanel.run(GamePanel.java:95)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at sun.font.FontManagerNativeLibrary$1.run(FontManagerNativeLibrary.java:38)
at java.security.AccessController.doPrivileged(Native Method)
at sun.font.FontManagerNativeLibrary.<clinit>(FontManagerNativeLibrary.java:32)
... 10 more
Very thoughtful of you to include different languages, but the german version seemed machine translated. I had to restart the game to switch back to english to enjoy it. Please do not use machine translation unless you absolutely need a translation and do not have another choice.
JulianMH: All languages are machine translated actually (except English). I wanted to experiment with different languages, but as I don't speak any other language fluently except my native language and English, I used machine translation to do the work for me.
Sorry!