Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

The game idea is nice, but I feel like the mining mechanic wasn't used enough. The controls were also weirdly unresponsive, when I stopped pressing right, it kept goind right for a little while, and it lead to some frustration.

But overall, the game's great! The art is simple but good, and you made a reasonable amount of levels, I only had time for 3 in mine (if you want to check them out, it'd mean a lot). The touch of level 10 being much bigger than the others really gives it a nice touch.

(1 edit)

Thanks for playing! Just curious, were you able to beat level 10? Also about the sliding, I had no idea how to fix that. I will definitely check out your game on stream if it’s played in browser 

I didn't, I got a bit frustrated, but a big part of it was the sliding, and maybe if I knew how you did the movement I could tell why it happens, but I don't know much, I've never had such an issue tbh.

Also, thanks in advance!

I use Input.GetAxis also I had an else statement setting velocity to 0 so idk how to fix it

Is it on FixedUpdate? Maybe try moving it to Update. But I also have it on FixedUpdate, so I've no idea.

If the velocity is set to 0 on an else statement, what's the if statement? Like, if(input > 0){ make it move }or something? If that's the case, if input is 0.1 it'd still move at full speed, that also might be it.

I think its the GetAxisRaw thing. But thanks!