5
Demo of in-progress platformer-without-platforms.
My first time making / publishing a game, please leave feedback if you have any!
U-2024-02-11: Added mouse/touch input (click left/right of screen)
jaded_puma
|
I pressed left when I meant to press right.
|
Skeptim
|
The game is very good but too difficult to me.
I changed line 647 in the code to make the character fall slower when on a wall `if pc.vy > 0.5 then pc.vy = 0.5 end` I recommend such change that was funnier to me. However, even that way the level design sometimes require to be pixel perfect and I did not manage to finish. |