w,a,d to move to up,left,right; space to move down. Comfortable hand positioning FTW
Mostly using the "Maze Game" by inventingwithscratch.com For the anti-cheating system, there are two white-block sprites to the left and right of the red x. When the cat is moving to the left or right, it checks to see if it is touching one of those blocks. If it is then it sets a variable called "Cheat" to 1, and when you touch the red x it checks if Cheat = 1 and if it is gives you an addition to the message.