It seems like I can't start the game? My character doesn't jump high enough to touch the doors.
Viewing post in UpSized jam comments
I got it working by limiting my monitor to 60Hz. When implementing physics/movement, you need to multiply velocities/forces by the time step of the update function (e.g. Time.deltaTime in unity), otherwise your player's speed will change depending on the game's FPS. Otherwise, the game's got a great concept, well done.