Relatively simple game-- if the cat is clicked once, it moves right; if it is clicked twice, it moves left; if you press the space key, it moves up; if you click-and-hold down, it moves down. Collect cakes on the cat's journey around the screen to earn points in terms of cake 'fullness', but be careful not to touch more than 2 rocks or your game will be over! Enjoy!
NOTES: The controls are kind of... eccentric... and not typical for a game like this, but I wanted to try out some different ways to navigate the screen (aside from arrow keys). Now I have another project that does use arrow keys, if you are interested: (At https://scratch.mit.edu/projects/406675100/). Because of the alternative controls, the double-click function is a bit hard to work successfully; just make sure you tap twice QUICKLY. As it begins, be ready to go, since sometimes the rocks can hit you right when you start. CREDITS: Thanks to user @Ottobun (my brother) for (lots of!) coding instruction and getting me accustomed to using simple code like what is included. He also made a remix to help me create the code so I could follow after his remix design.