This game is a two player game. Player 1 types in a number 1-10. Player 2 types in a different number 1-10. If nobody gets it, this process will have to be repeated until somebody does. When somebody gets the number, one point will be added to that player's score.
I made this project by telling the cat in the middle to set the variable number to a random number 1-10 (I also created the variable number). Then, I told the cat to ask player 1 the number, and created the variable Answer Player 1. Then, I said to set that variable to the answer Player 1 gave. I did the same for Player 2. Then, I said if Answer Player 1 = Number, congratulate Player 1 and add one point to his score, and the same for Player 2. If none of this happened, then I told it to say none of them got it and ask the two players to guess again.