=-=-=-=-=-=-=-=-=-=-=-=-= How To Play =-=-=-=-=-=-=-=-=-=-=-=-= To start the game, press the up arrow key. To move up, also press the up arrow key. Your goal is to not hit the spikes or the borders of the screen. Make sure to post your score and any bugs you find in the comments! To show the debug variables, press the M key. To hide them again, press the N key. =-=-=-=-=-=-=-=-=-=-=-=-= Extras =-=-=-=-=-=-=-=-=-=-=-=-= When you start the game, you will have a 'Score' counter at the top right screen. This counter will increase every second. The record at the time of writing this is 125. There is also a 'Difficulty' counter at the top right as well. This difficulty also increases every second. The higher this counter is, the harder the game becomes.
Inspiration from Flappy Bird and Duck Life (old games, I know) If this game is running too slow for you (which I don't know why it would, being as I made this on a low end Chromebook and it didn't lag), you can run this project on TurboWarp to make it run faster. https://turbowarp.org/577963532 Changelogs - 1.2.2b Fixed bugs. Added 'gametick' variable for events occurring at specific times. Nerfed spike sizes. - 1.3b Fixed spikes not appearing at the area where the player can be hit (temporary fix). Modified gravity to be more 'realistic'. - 1.4b First update in a while. Added a (pretty buggy) motion blur which is something I wanted to do from the start but couldn't because I didn't know how. - 1.5b - 'Purely Spiting Ryan Update' Added a pseudo 3D background using clones. May signifigantly introduce performance decreases on lower end hardware. Added a ghost effect, may remove later. - 1.5.1b - 'Completely Useless Update That No One Wanted' Optimized a couple of scripts. Added comments to almost every block in the source so people can understand it better. Also added 'todo's that basically tell me or a contributor something I want to do to a script. - 1.6b - "The 'FINALLY' Update" Added a jetpack to the back of the character Added an animation to use when the up arrow is pressed Added a sound effect that plays when you're using the jetpack (Removed as it was annoying and I couldn't get it to work right)