Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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...