I made an upgrade to a sequel of a small game. This game can only be played with a keyboard and mouse. Click on the "Click to START!" button to start the game. In-game controls: ⬅️➡️ Arrow Keys - Move the red cat [A] - Jump
I unpublished this a long time ago because the jump to Scratch 3 broke this project. I tried fixing it back then, but I didn't know how to reimplement the game physics... but now here's a proper fixed version, now with a jump button! ... as useful as that can be. Getting real, I don't really care all that much about the code I put together for the red cat's physics engine, so feel free to use it in your own projects and expand upon it; you don't even need to credit me, but it would be nice. Here are some ideas: - Add vertical scrolling; there's already code for horizontal scrolling in place, and it even caps at the left side of the screen! You might only have to do very little to put vertical scrolling into the game. - Make it more flexible; I've hardcoded it to only touch green things, like the grass in the short level the red cat gets put in. If you could clone a ground sprite into multiple tiles, you can change the "touching color" blocks into "touching sprite" blocks and allow for more flexible level geometry. - Speaking of the ground handling code, I haven't fully tested that code for this silly one-off game. It works fine for walls and floors, but I haven't really tested how it reacts to ceilings, or worse: Floors that go up to ceilings... You'd need to add smarter checks and routines to the "get out of ground" custom block, but I think it should be trivial. Credits: - @JONATHAN1320: Original project, scream sound - Scratch Team: Stock sounds and music