Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Holy... that level was tough.

The red squares above are the size of the hitboxes (or maybe they are smaller and the player is wider than his visuals), the furthest right even protrudes into the platform itself which I painfully learned on the 3rd attempt of trying to go that way. 

The jump itself requires perfect placement into the center and then strafing when you're half way down the fall which personally I have no problem with as it gives it a little challenge BUT how am I then meant to get back to the start in 5 seconds afterwards other than to try and naviate back down that only just wide enough tunnel and strafe left. That's a lot of challenge and frustration for level 3!

The hitboxes are definitely punishing and the visuals don't convey that it's meant to be a platformer designed to challenge and frustrate so I'm really not sure if this was a conscious choice or not.

After replaying this level 15 times, I would have liked to mute the background music as it was getting a bit repetitive haha

Its hard for me to give detailed feedback as it went from really easy to 'I cant do this' fast, the character felt good to control.

I'm just realizing that time and hitboxes are what frustrates people the most, in the future it will be the first thing I fix. 😉

PS: It was designed to challenge gamers, but I didn't expect it to frustrate them.

When it comes to platformers there are typically two things I see that frustrate people:

Anything pixel perfect such as jumps and gaps - challenging is fine but don't make a narrow area so tight that the margin for error is a pixel or 2 wider than the player collider

Imperfect controls - There is no such thing from a technical standpoint as code is binary... did the player press jump at this exact moment? no? ok no jumping, BUT that isn't what feels good to the player. Input buffering is a great way to get fluid controls and you can have full control over how strict or lenient it is, here's a good blog point explaining it.

(2 edits)

Ok I'll try to improve better the hitboxes and thanks for the article!

I think it would be better for the game to be also controllable with the WASD, it would solve the "scroll the page" problem and maybe it would fix the jump input buffering.

Absolutely, I got tired of typing it in my feedback this game jam but I do not like when I'm forced to use my right hand or arrow keys in games without a rebind option, I haven't quite understood why most people go against this gaming standard so often.

I didn't used WASD because i usually play with the arrows, but I now understand that I have to let the player choose how to play. 

By the way, do you know how to make the page not move when you press up or down the web game?

To be honest I don't even know why that's happening in the first place, yours is the only game so far this jam that its happened with. I just went full screen and pretended it didn't happen as I didn't want to blame your game when it could have been the website.

Ok...