NAME: Mr. Park BLOCK: All WHAT THIS PROGRAM DOES This program is a number guessing game. When the Space Bar is pressed the cat chooses a number between 1 and 10. The user then slides the "Get Number" slider bar back and forth to guess the number. By cliicking on the cat the user is advsied if the slider bar is above, below, and equals ( the WIN) the number the cat choose. HOW THIS PROGRAM WORKS Pressng the space bar initializes the program with a random number between 1 and 10.. It then instucts the cat to tell the user to set the slider between 1 and 10. When the HiLoCat sprite is clicked the slider value is compared to the Random Number value in the three "IF" statements. Depending on the outcome of the comparison the HiLoCat tells the user if the value is high, low, or a match for a win. This project is an example of an acceptable game program to that would receive a value in the 'A' range. It has the elements of chance, competition, and criteria for winning. It has internal documentation (this document) and the exteral documentation is fulfilled in the program with the instructions on the "stage" and the feedback the cat offers to the user after being clicked. Created by Mr. Park January 2008