Games Galore : Mini Miner 4K

Yet Another Java 4K entry… I got the idea for this one while surfing the web. Not my favourite, but a challenging one nevertheless.

http://www.ahristov.com/miniminer/screenshot-big.png

Full instructions here : http://www.ahristov.com/miniminer/

Comments, ideas, bugs, etc are appreciated :-).

Cool graphics and game. Although when you miss it takes a bit of a time for it to bounce back, and that part is boring :frowning:

Thanks… I felt that way too… I’ll have to think some way of doing it so that it doesn’t change the gameplay (after all, if you miss, you loose time, which is the idea :slight_smile:

Hmm I haven’t played all of your games yet (played the flower one and the fruit bowl one) but this might be the best one so far. I like how you actually gave the guy a cart as opposed to him being stationary in the old flash game. Gems are really really hard to catch though. And I feel like the claw is a bit randomish. Is there any method to the way it determines it’s speed or is it just based on a rand float? Slow —> fast later on might be good. Overall very well implemented though. I just wish the claw was wider to compensate for my bad aiming skills.

Thanks. :slight_smile: Claw rotation speed depends on the level, but it is a % thing:

hookAngularSpeed = 2*(1+level%3);

while claw pull speed depends on the weight of the thing you are pulling.