Just like Flappy Bird but a scrolling platform. Use WASD or arrow keys to move. It can calculate your distance! (I did some calculations). The world generation is infinite so it is endless. Has a best score system. The world generation will still be the same except you click the green flag again. (Please play in full screen or the variables will block the game). Sorry in V3 you cannot move left because there's a glitch so you can get infinite score and minus distance, Sorry. If you still want to go left, see inside and in the player sprite insert the <key left arrow pressed or a key pressed> inside the empty if then else block.
Thanks to Jackson Academy for the scrolling platform tutorial, other than that, code is 100% by me Picture sources for sprite artwork: 184-1842470_flappy-bird-png-transparent-background-flappy-bird-png-2 33-332693_flappy-bird-pipe-png-clipart.png Steel-texture Brushed-Metal-Texture wx-mainly-clear Inspired by the game flappy bird, Music provided by scratch Distance calculation (Sorry if wrong): Average bird length = 10 inches Flappy bird travels 1/6th of its body in 1 flap, so 1 flap it travels 1/6*10 = 1.6 inches (rounded up to 2) 2 inches = Around 0.05 meters so every flap it's 0.05 meters