FoonLudum Dare ExplorerLD37 → The Murder

The Murder

By stefvanschie

View on Wayback Machine

CategoryRankScoreCount
Coolness355
Audio3252.75
Humor3502.29
Mood4432.75
Theme4613.20
Fun4762.75
Graphics4912.56
Innovation5162.50
Overall6062.48

Comments

caranha 2016-12-13 11:33

Sorry, got a Null Pointer Exception when trying to run your game :-(

p1x3lruckus 2016-12-13 11:37

I'm on mac, it runs then white screens till closed. I java -jar'd it and got the below exception

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

rainssong 2016-12-14 14:07

I have jre7 but I can't escape...

isg 2016-12-15 15:25

*.exe in windows build wanted!

madjackmcmad 2016-12-15 15:39

I got out by getting the numbers and putting them into the lock in random order until it worked. Is there a clue I'm missing? I tried looking at the four plates of muffins for four numbers.

julianmh 2016-12-15 18:30

Hey cool game, but a bit short. Liked it.

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.

stefvanschie 2016-12-15 21:52

madjackmcmad: There is a clue, but it's pretty hard to find.

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.

bunn1e5 2016-12-16 07:59

Nice job, though I had a hard time with the code because it didn't get store in the inventory in the order of the code, but in the order that it was picked up in.

kbf123 2016-12-16 20:30

Not a bad game! I liked the puzzles and such, but time limit seems unnecessary when the digits are the same each time, and their order doesn't change.

acotis 2016-12-16 20:46

Running Linux and I couldn't play because of a NullPointerException (the same one p1x3lruckus got). I would guess that you are trying to use some font that isn't installed by default on Linux of Mac OS. If you want to change the font to something more default (like Times New Roman or whatever) I'd be happy to come back and try again.

Sorry!

hempuli 2016-12-16 21:18

Got out! I felt a bit bad helping a murderer escape. The game didn't seem to recognixe my mouse-clicks occasionally and I kinda wish the game had had a bit more in terms of puzzling, but all in all it was a fun little puzzle to solve. Only now do I realize that I probably missed a hint.

plugrobots 2016-12-18 12:35

Interesting idea. But there is a lack of puzzles and actions in common.

karai17 2016-12-20 10:41

I too am getting an error trying to run the jar file: http://pastebin.com/raw/VxmVSTiG

cicanci 2016-12-20 18:51

Nice game! It is nice to have all that content translated, but I think more puzzles would be a better feature than the localization for a LD game. Overall, well done!

zirconcode 2016-12-21 14:41

The mouse clicking didn't always seem to register, otherwise the music was good and it was an interesting level design, good job!

schizoid2k 2016-12-21 16:08

Not bad... I got the code in the wrong order, so I kept trying.

numnumdude 2016-12-23 23:08

The gameplay is really weak, and I thought it was dumb that the code papers were stored in your inventory in the order you got them rather than the correct order. It made it frustrating trying all different possible combinations of the same four numbers. You should have made the code papers appear in the right order or make the box take all combinations. Also the lock on the window doesn't change when you finally get the right code so I just thought the code was wrong. In the end it took me so long to find the right way to beat it only to get a "I escaped!" screen. It was only hard because of the time limit too. Overall a pretty weak game.

stefvanschie 2017-01-03 09:59

Thanks for all the feedback everyone. I'll be making an improved version (as usual) where all your feedback will be implemented in.