Play game
D.S. MINER's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Gameplay | #68 | 2.947 | 2.947 |
Overall | #91 | 2.684 | 2.684 |
Theme | #92 | 2.368 | 2.368 |
Design | #93 | 2.684 | 2.684 |
Artistic | #93 | 2.789 | 2.789 |
Technical | #99 | 2.632 | 2.632 |
Ranked from 19 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Enjoyed playing this! Cool game! :)
Nice job, works well !
Good job making you first game!! Well done, it was fun!
Thank you very much. The bones are there, and it's given me a few ideas for the future. Looking forward to making more.
nice game. interesting idea. especially nice for a first game.
Thanks. I appreciate it. It's one I really wish id started sooner to add a bit more to, but for a first game, I'm just proud to have gotten an actual game together with all the basics intact.
Okay, that was pretty darn good for a first game. My highest score was 17000!
Though, I would say that making player (or asteroid) hurtbox or hitbox respectively a bit smaller would make the game feel better. As for mouse required in the menu, you can fix this relatively easy by putting $Button.grab_focus() in the _ready() function.
Thanks very much. 100% agree about the hitbox. I'm going to get rid of the constraint where you're only allowed fly on the bottom half of the screen. Thanks for the button grab code suggestion, I'll make sure to add that when I update this (or more likely just redo it).
"Your Sacrifice was not in vain, you earned $0 for the company"
It felt like I was being used :D
This was fun! It would be nice to know where the “walls” are and it was hard as hell. But not half bad. I really enjoyed it and even visually the game is really nice. I like the dark humor! Thanks for the game.
I'm glad you enjoyed some of it. I have some halfassed plans to update it once the jam is over, one of which includes removing the boundaries entirely so you'd be able to move anywhere on the screen you wish. Thanks for the feedback :)
Glad to hear you will work more on this! And I enjoyed most of it not just “some of it”. I am trying to always give (in my opinion at least) a valuable feedback.
I liked the core concept being very simple, but it felt like there needed to be either a difficulty curve or more tolerance for failure.
The area you can move being restricted was also a bit unintuitive.
agreed 100%. I fixed both in an update but too late to submit for the jam The extra movement range opens it right up and the ramping difficulty gives a bit more sense of progression..
I didn't read the instruction so I didn't thought that shards will kill me, they look like decoration. The fisrt several times (before reading the description) I thought that shoot). In general good enough
The game was not bad, but it has technical problems. instead of closing the game when you press the exit button while playing the gamehalf of the image remains on the screen and the other half disappears.
That's a new one on me. I'll have a look next time I'm at the pc. Sounds more like an issue with itch than with the actual game, but if anyone else runs into that, please chime in.
This is a bit hard. However, I like the take that someone else is doing the shooting. The controls are good and I like the premise. Good work :)
Thanks very much, appreciate that. I'm especially happy you found the controls felt responsive and tight enough for the style of game. This is one of those games where I feel like it could be improved easily with more time spent. The difficulty was originally planned to start with one asteroid falling every few seconds, just to get the player used to the mechanics. Then that time between would get shorter as a higher score was reached. An easy enough thing to implement, but for me, would have taken an hour to figure out how to set it up across the mashup of scripts I had going on. As it is now, it starts out kinda hard and just stays that way, so there's really no progression happening.