✨SPACE RUNNER✨ ✦By @cs845962 ⭐️INSTRUCTIONS⭐️ ✦PRESS SPACE TO SWITCH THE GRAVITY ✦AVOID THE SPIKES ✦COLLECT COINS ⭐️NOTES AND CREDITS⭐️ ✦ALL CODE AND GRAPHICS HANDMADE BY ME! ✦SOUND EFFECTS AND INTRO MUSIC: FROM FREESOUND.ORG ✦GAME MUSIC: GLORIOUS THUNDERZONE BY WATERFLAME ⭐️What should I add to the game? ⭐️What kind of game should I make next? ⭐️If you find any bugs, please let me know. Thanks! More by @cs845962 ✦-Ultimate Basket Masters- https://scratch.mit.edu/projects/825394886/ ⭐️Notes from the Creator⭐️ I have been making games on scratch for years now, and they just keep getting better. This is the most polished game I have created yet! I just love to keep pushing myself to make a better game. If you like this game, please let me know what your favorite features or parts of the game are! (A like or fave is always nice too!) There are a lot of different gravity switcher games on scratch, but as far as I know, none of them rotate around like this. It looks simple, but it is a lot harder than it looks to accomplish this! You have to have relative positions, and move according to them, which is tricky to program. I also had to figure out a movement pattern that I liked. It had to be smooth, unique, and fun! I used sin, and a rotational addition variable! The rotation aspect adds a new dimension to my gravity switcher game. It is harder when the tunnel is vertical, because you have less time to react, and you get a short break when it is horizontal. Another cool thing about this game that is different from all of my previous games, is the cloud high score table! I know, a few of my other games have high score tables which encode, decode, and display the scores. Here is the link if you want to see it: https://scratch.mit.edu/projects/601820934/ This table though is different because it can hold up to TEN scores, and if you already have a lower score on the board, it replaces it with your new board, so each person gets one slot. For all of the nerds, I accomplished this by serializing the decoded variable to join the username and the score together like this (username)\n(score). I then split it apart to read/process it. This is a good step for me, and maybe I will be able to add even more slots to my next version. I intend to post a project containing the updated high score table in the future. The text engine I used for the score display and high score table display is a modified version of the engine I created earlier this year: I made most of the art in google drawings including the player character, the cool title text, and all of the buttons. The rest of the art was made in the scratch editor. If you are still reading this, kudos to you! Now play the game! If you are reading this because you already played the game and you like it, YAY! Success! This is always my goal as a game developer. If you are reading this because it is here, great! I did spend a lot of time typing this up... If you are here looking for a cheat or Easter-egg, then you're in luck! (comment "Easter-egg in instructions!") If you are reading this because the project is still loading... ... ... ...I would recommend refreshing the page, or if you have and old/slow computer go to https://turbowarp.org/899095119/ but please don't forget to love/fave! In fact, why don't you just do it now? Get it over with! Thanks, - 10/11/2023 - fixed high score table! oh... Never mind! 05/10/2023 - initial release!