UnderMine by aritzh

[raw]
made by aritzh for LD29 (COMPO)
UnderMine is my second LD attempt.

It is basically a Minesweeper, but with a twist:
Instead of using the mouse to show each tile, you use a player you control with the keyboard. When the player jumps on a tile, the tiles that are not mines in a 5x5 around him are shown, but be careful, because each time a tile is shown, theres a chance a enemy will spawn.

But the goal of the game is the same: Either flag all the mines, or just leave the mine-tiles hidden (you'll know because the smiley gets cool and wears shades :) )

NOTE: I will try to get a web applet up and running, but it just seems impossible to me right now.
NOTE2: There will be a timelapse tomorrow if everything goes as planned

Feedback

mikedirl
28. Apr 2014 路 13:32 UTC
I am getting a java exception when i try and run the jar.
somethingsimilar
28. Apr 2014 路 13:41 UTC
I can't run it either, I'm afraid - shame, it looks like a good concept!

When I tried to run it through the command line (java -jar "UnderMine.jar", I got a java.lang.UnsupportedClassVersion error : "Unsupported major.minor version 52.0"

Hope that helps :)
Lrnk
28. Apr 2014 路 13:42 UTC
Yeah sorry dude, I get the exception too: http://pastebin.com/raw.php?i=aHaGkyrU
馃帳 aritzh
28. Apr 2014 路 13:54 UTC
Oh, I think it's because I compiled it with Java 8, fixing it...
Jadernak
28. Apr 2014 路 13:56 UTC
Indeed same error as others. That's unfortunate :(
Slashee the Cow
28. Apr 2014 路 14:06 UTC
Would test it, just get exception. Sorry.
Strandmullen
28. Apr 2014 路 14:20 UTC
I too only get the exception.
馃帳 aritzh
28. Apr 2014 路 15:16 UTC
OK, should be fixed now
hexabeast
28. Apr 2014 路 15:24 UTC
The jar does not work with me, I don't know if it's my fault and I haven't rated the game. But it looks good!
BuddaKaeks
28. Apr 2014 路 15:33 UTC
When I start your game, only the JFrame opens, but there are no graphics
Infraviolet
28. Apr 2014 路 15:35 UTC
would recommend compressing to a zip
the download is quite large
Seraphina
28. Apr 2014 路 15:38 UTC
I'm having the same exception error as well. I've bookmarked this so I'll check back in a few days. It looks really interesting.
porousnapkin
28. Apr 2014 路 15:40 UTC
It also does not work for me. I got a generic error.
CiderPunk
28. Apr 2014 路 15:44 UTC
Worked fine here! I have JRE 7 and 8 installed
I think it needed to run full screen, 'cos I kept clicking outside the window whilst shooting.
馃帳 aritzh
28. Apr 2014 路 15:50 UTC
Well, I would make it so that you could play it fullscreen, but it would be against the rules, since that is actual functionality... However, I'm trying to compile it for Java 6, see if that lets the people play it...
Wukkopi
28. Apr 2014 路 15:52 UTC
Couldn't get this working empty gamewindow with following message in console:
Exception in thread "UnderMine-Thread" java.lang.NoClassDefFoundError: java/util/function/Consumer
at io.github.aritzhack.underMine.Game.onStart(Game.java:70)
at io.github.aritzhack.aritzh.awt.gameEngine.CanvasGame.run(CanvasGame.java:180)
...
馃帳 aritzh
28. Apr 2014 路 16:01 UTC
OK, re-re-uploaded it, this time compiled for 1.6, if it still does not work, I give up )X

BTW, zipping it only makes it 2MB smaller, since JAR files are zips
rincewind_cz
28. Apr 2014 路 16:38 UTC
@aritzh
It seems that it's still compiled for Java 8 (and i'm not gonna install that any time soon)..
Also use some compressed format for music and sounds to achieve +much+ better archive sizes (ogg vorbis or mp3 are fine) :)
馃帳 aritzh
28. Apr 2014 路 16:43 UTC
@rincewind_cz
1) I then give up
2) The problem is ogg or mp3 are not as easy to implement as WAV XD
Rock48
30. Apr 2014 路 02:22 UTC
Just a white-screen for me also, This seems cool though, I'd love to try it.
x1212
30. Apr 2014 路 06:24 UTC
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
Already tried to set the java.library.path to the lwjgl.jar but didn't get this to work ... sorry :(
x1212
30. Apr 2014 路 06:39 UTC
^^^^
sorry confused this with some other jar (from an other game) ...
tried again and only got a white screen
WhiteWolf93
01. May 2014 路 15:37 UTC
Me too, I'm getting white screen...
ShivanHunter
02. May 2014 路 05:46 UTC
getting white screen because you're using a Java 8 class (Consumer). Looks like a cool twist on the minesweeper concept though.
SoupWithBits
02. May 2014 路 06:52 UTC
Worked for me :D
As a big Minesweeper fan, I enjoyed it! Found the enemies pretty pathetically weak though.
But all in all, sweet game!
Dreii
03. May 2014 路 06:37 UTC
Stuck on white screen, nothing happens on start.
kirbytails7
04. May 2014 路 03:28 UTC
Also not getting past the white screen, which is too bad, since this sounds like a neat concept.
Cybs
04. May 2014 路 04:04 UTC
E:\Ludum29>java -jar UnderMine.jar
Exception in thread "UnderMine-Thread" java.lang.NoClassDefFoundError: java/util
/function/Consumer
at io.github.aritzhack.underMine.Game.onStart(Game.java:70)
at io.github.aritzhack.aritzh.awt.gameEngine.CanvasGame.run(CanvasGame.j
ava:180)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: java.util.function.Consumer
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 3 more
lajos
04. May 2014 路 12:28 UTC
Looks cool, but doesn't work on win7/java7.