- "can't tell if this is a coom game or not, your other game seems like you were programming it left-handed"
It has a suggestive theme but contains no nudity whatsoever. I have considered changing the character design to something less coombait.
- "you claim to have no handicaps yet the player's head is invulnerable, and seems required to beat room 3. i wasn't expecting it"
I'm not following it through???
If you mean that Walljump without holding direction key has different collision mask from Walljumping when holding a direction then you are wrong, both sprites share the same collision mask. The difference is that Walljumping without holding a direction clears longer distance whereas holding the direction against the wall was supposed to be a last minute wall jump cancel.
When standing the player is 2 blocks tall. If ducking 1 block tall. Only the bunny ears do not have collision.
Spikes however have smaller collision masks to make the game slightly less pixel perfect.
- "took me almost 100 tries to get past room 3 because I forgot you couldn't hold a direction to wall-jump"
That is something that I never saw as a problem but since everyone is getting confused about it, I plan on changing how it works in the future.
- "moving platform positions should reset when a room restarts, it makes runs feel bad if you have to stand and do nothing while waiting for a platform"
I never liked the idea of resetting obstacles on death but I'll consider it since I've already applied those changes to tother obstacles
- "odd that it polls for inputs when the window isn't focused, i can hear the character jumping around and dying as I type this"
Some inputs (WASD and arrow keys) are coded as direct inputs to allow the player holding keys between rooms without having to having to pressing them again everytime they enter a room. This is the reason why despite being tabbed out the inputs still get registered in the game.
The game starts out of focus, i do not know how to fix this.
- "if you start a super jump against a wall, you can only walljump at the peak of the jump"
The possibility to wall jump only starts taking effect once the player enters falling state. You will see the character slide on the wall when you can walljump.
This is intended to prevent early erratic and unwanted walljumps if the player decides to spam jump near a wall or snapping the player to the wall and force them to slide down early before reaching a jumps max height.
The same applies to normal jump.
Thank you for playing and prodiving feedback.