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

Very cute game!
It was the first one I was drawn to once the Rating Period started, and I enjoyed it a lot.

General Feedback:
The central mechanic of using the grapple and dash to get around was very fun.  The cooldown broke my flow a bit, but I assume that's something that can be upgraded eventually.

I thought it was cool that the game showed off quite a few unreachable routes before ypou actually got the twine, though after I got it I accidentally skipped the climbing section to the left after swapping to controller.  I might have also messed up the lever at the top, since I hit it later on, and closed off a path instead of opening it.

(I started out using Keyboard.  For some reason it wouldn't register my Gamepad unless I connected it after opening the game.  Might be because I'm using DS4 and a PS4 Controller by IDK.)

It took me a while to figure out how to pull off the Dash Attack.  i know there's a temtation to stick to brevity, but the instruction/construction of teaching it could use a tweak.

Combat wise it was mostly fun.  I found the parry too tricky to rely on, maybe because the telegraphs were a bit subtle or quick.  I usually just relied on jumping and moving to avoid stuff.  And I found the way it locks your direction if you're spamming attack to be kind of a hindrance in the heat of the moment.  At least I didn't find a helpful situation for it.  Maybe it just needs a tweak, like narrowing the release of the direction lock, or just having strafe be a button you have to hold.

Bugs:
For some reason the game crashes when entering the giant Golem Boss arena after they've been defeated.  It's searching for some variables that aren't there or soemthing, and I got soft locked after the big cloud Boss after I went offscreen and got stuck between two gates.

QoL Changes:
Like I said, I had some trouble connecting the controller, and the game was a LOT more fun with a controller.
Could you make it so O (Dash) can back out of the map.
When equipping a pin using a controller, I think it's doing a check rather than a check_pressed, so it keeps rapidly selecting and deselecting the pin.

I'll link you my records when they're up.

(+1)

Thanks for playing my game and for leaving such detailed feedback, overall I'm glad you enjoyed it despite the bugs.

To start with, the climbing section to the left of the grapple is purely optional and designed to be harder than the main route.

As for the switch, which one was it? If its the one at the very top shortly before the 'cloud boss' that doesn't close anything but rather brings the ceiling down so you can get back up the way you came as you re-join the main route. Again that's part of an optional route you can't normally reach from the main path.


As for the bugs I have released a new version that fixes the following things you mentioned:

-fixed gamepad detection? (sorry cant test this on my end but I think it should work better?)

-fixed crashes after re-entering the room with the 'golem'

-fixed 'cloud boss' softlock. You will need to kill it again but after that it will stay dead and the doors should remain open. Basically it was incorrectly saving its death due to the clones it makes.

-map can now be closed with the dash button/key.

-fixed menus incorrectly using 'gamepad_check' instead of 'gamepad_check_pressed'.

-Upon turning around, the attack animation now stops and all associated direction locks are removed.


Saves should be compatible with the new version, no copying of save files required.

As for the tutorial regarding dash attack, I will take the time to rethink how to better relay this information

(4 edits)

Damn that was fast.
Here's the gameplay I recorded - SMVM22 Mouse Tale by ShadowHawkDragon Pt1
The switch is the one at the end of part two.  Theres a sped up sequence where I find it the first time towards the end of the video.
I'll let you know about the Gamepad detection.

PS: The audio's out of sync in the footage.  I tried sliding it along, but it world eventually desync again, so I just left it.  Hopefully it's not too distracting.

(1 edit)

Thanks for the footage, I'll watch it when I get chance.

Oh that's a weird one, something funky is going on with that switch, I'll check it out.


Edit: yeah that was a simple fix, just forgot a checkbox that makes it start closed.

Will get a new version out (again) asap

Still having the Gamepad issue.  It's not a big issue though, and like I say, it could be me using DS4 as an intermediary.  I did find a new bug while I was hopping around for a minute though.  I don't think it was there before, but I can't say for certain.  It happens when entering the room just above the merchant.



(+1)

Yeah, not sure what I'd do for the controller side of things. The code itself is supposed to detect already connected controllers, but I'm not all that experienced on this side of things. Plus I don't have a controller of my own to do any thorough testing.

However, at least it is working if you re-connect it mid game. It's something I'll try to look up a solution for in the future, but for the time being this small inconvenience will have to do.


As for the bug, yeah that's just an incorrectly set up transition. I really need to remember to test both ways when adding rooms, anyways the bug is fixed.

And thanks for the extra testing.