Question
You will be creating a Random Number Guessing game using C#. The application will generate a random number and have the player try to guess
You will be creating a Random Number Guessing game using C#. The application will generate a random number and have the player try to guess the number that was picked. Create an application with the following requirements: 1 form graphic on the form itself, along with various others depending on the graphics used You pick the form color or additional graphics The program should generate a random number(1 and 100). A label that asks the player to think of a number between 1 and 100. The player should be able to enter their guess into a textbox. The program should validate the users entry to make sure its: A number, if not a message should be displayed The number entered is within the range of 1 - 100, if not a message is displayed. You can use a message box or label to display the message The program should tell the player in a label: If the guess is too high along with an appropriate feedback graphic If the guess is too low along with an appropriate feedback graphic If the guess is correct along with an appropriate feedback graphic It should clear the users guess and position the cursor back into the textbox You will need to use a label for this feedback If the players guess is correct, Regenerate a new number to guess The program should have HINT button the player can click to see the number the computer picked. You can use a message box or label. The program should have a HELP button or menu, so the user can click it to find out what they need to do. The program should have a Exit, Guess and Hint button. The program should have a labels as needed for the title, user information and feedback
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started