Use the arrow keys to move the mouse. Get to the cheese, without touching the cats!
I made this project for Getting Unstuck 2020 - Day 9 Given that I didn't use lists before, this project was extremely difficult for me. I could not understand how lists work and had to ask for help (thank you @giuluck97). I would have created many sprites using a bunch of "if", but I was taught how to use clones and lists instead: it was very difficult for me, but I had a patient teacher. After having understood the basics (it took a while!), I decided to make a simple project using lists: the tree cats are clones and move following X and Y positions stored in lists, and the cheese goes to a random position between the three X and Y positions in a list. It's very simple, but I'm still learning! If I had more time, I'd add a "start" and a "win" sequence, with different backgrounds and animations. The fact that the cats have a "forever" block would make it quite difficult though.