Ghost of the trapped Miners by thx4nothing
I have finished my very first Ludum Dare game. It is about a ghost who wants to rescue his co-workers in a destroyed mine.
I am not good at art so the game does not look as good as others might. I tried to get some life in the game with some moving objects and particles.
The music is missing because I do not know(yet!) how to make good music.
Some of my friends played it anf told me that it was not easy. Do not expect to win after one try.
I will try to fix some bugs in the next days.
How to play:
Extract the "GottM LD29 thx4nothing.zip" file and run the "Ghost of the trapped Miners.jar" file.
WASD-Key = movement
E-Key = interact
I know that it works on Windows but I do not know about other OS'
I hope you like it.
I am not good at art so the game does not look as good as others might. I tried to get some life in the game with some moving objects and particles.
The music is missing because I do not know(yet!) how to make good music.
Some of my friends played it anf told me that it was not easy. Do not expect to win after one try.
I will try to fix some bugs in the next days.
How to play:
Extract the "GottM LD29 thx4nothing.zip" file and run the "Ghost of the trapped Miners.jar" file.
WASD-Key = movement
E-Key = interact
I know that it works on Windows but I do not know about other OS'
I hope you like it.
| Windows/Linux(?)/Mac(?) | https://www.mediafire.com/?6n686q4f646w4xg |
| Source | http://www.mediafire.com/?cfs7qo5s3yzz5in |
| Original URL | https://ludumdare.com/compo/ludum-dare-29/?action=preview&uid=26847 |
Ratings
| Coolness | 92% | 2 |
| Overall | 2.81 | 912 |
| Audio | 2.23 | 816 |
| Fun | 2.63 | 892 |
| Graphics | 2.69 | 852 |
| Humor | 2.09 | 812 |
| Innovation | 2.81 | 741 |
| Mood | 2.89 | 655 |
| Theme | 3.35 | 473 |
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source)
at com.thx4nothing.util.Loader.loadImage(Loader.java:24)
at com.thx4nothing.main.Game.<clinit>(Game.java:44)
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.RuntimeException: javax.imageio.IIOException: Can't rea
put file!
at com.thx4nothing.util.Loader.loadImage(Loader.java:29)
at com.thx4nothing.main.Game.<clinit>(Game.java:44)
Caused by: javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(Unknown Source)
at com.thx4nothing.util.Loader.loadImage(Loader.java:24)
... 1 more
Good game overall!
The game loop should be stopped when dialog/tooltips are given.
For what I played though, it seemed decent enough. Graphics were nothing special, sound less so, there was some fancy lighting and the mood set was very nice.
Confirmed to run on OS X though, if you distribute it with the same run.bat with the .sh extension people on OS X and Linux would be able to run it, since the syntax for Java does not change across platforms.
Nice work, fun to play, a bit challenging (nothing a retry won't fix) and a nice adaption to the theme.