If you have played this game before, you would know that the blue boxes are keys, and the purple box is the player. The blue box with green in the middle is the exit. Arrow keys to move. Collect all blue boxes also known as keys and exit through the funky looking door. There are a few speedrun strats too B) Keyjumping - To jump and collect a key at the same time, used on key 3, after falling off the edge, hold left and up, you will jump and collect the key at the same time! Quickclimbing - This is used to climb up a ledge faster. To perform, crouch and jump under a ledge. Once you are just under the ledge, uncrouch, and you will climb straight to the top of the platform. Crouchjumping - Crouch, jump, and quickly uncrouch. This will make you jump higher. KEYBINDS: q - resets run, use this if you mess up during your run m - restarts run, use this after you hit the exit g - replays most recent run, stops replaying after you hit any key o - options menu scroll up - turns the volume up scroll down - turns the volume down Moderator Keybinds: These buttons only appear if you are a moderator x - resets the leaderboard c - toggles the console WR INFO: The current WR with glitches is 7.525 performed by adrian_milev The current WR without glitches is 10.296 performed by adrian_milev
I used the touching color block for the ground detection and used a custom block to stay on the ground and not fall through. I used if statements to track the state of the game, used the jump speed variable to measure how fast the player jumps, the run speed variable to know how fast to run, and the totalKeys variable to track how many keys the player has collected. NOTES UPDATED: I added a very basic top score system and added buttons. For developers on this project, reset leaderboard and console buttons will be available to developers. I used a check username for this feature. The settings were made by toggling multiple variables in binary, switching them between 0 and 1, 1 being on, and 0 being off. I worked so hard on the settings lol Currently making a replay system, press g to play your last run. also added a bunch of cool comments that I took more than 5 minutes to write im not lying its true, in fact, it even took me 6 minutes to write the comments I also added a volume changer to make the volume go up scroll up and to make it go down scroll down.