Controls: Move Right - Right Arrow/D Move Left - Left Arrow/A Jump - Up Arrow/Space Restart the level - R Right now there are to types of levels. Might add more later. Some more random stuff: This is an infinite platformer game, where your goal is to beat as many levels as you can. You can choose between normal mode, where you can die and respawn and hardcore, where death means the end of a run (BTW hardcore doesn't work). Because of random generation some levels are impossible and in that case please press the "Skip" button. It does not increase your score, but just regenerates the level. Highscore DOES NOT work, so please don't be mad. I said that it is Pre-Beta:)
– Used Griffpatch code for player movement (scratch.mit.edu/users/griffpatch) – Followed ShiftClickLearn tutorial on detecting the stop button (https://www.youtube.com/watch?v=vlCwju6Yy7M) – Player concept is taken from NOCHIK123 (https://www.youtube.com/@nochik555)