600.250 -- Assignment 5 -- due Thursday, 2/23 -- 20 points

Write a simple android app to play the Hi-Lo game. When the app is launched, it should generate a random number between 1 and 100. Allow the user to make up to 7 guesses, reporting "higher", "lower", or "correct" in some fashion after each guess. When a game ends, give the user an option to play again, or not. Every time a new game is started, a new random number should be generated.

Use the API demos to find an appropriate starting point for your project. Try to make it fun and intuitive to use with your choices of input and output elements. Include a cute and appropriate icon and name to represent it in the phone's app launcher. What happens if the user navigates away from the game before it is over and then returns? What should happen?

Submit a zip file of the entire project on Blackboard.