Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You will be creating a Random Number Guessing game. The application will generate a random number and have the player try to guess the number

You will be creating a Random Number Guessing game. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MFDBS 91 3rd Symposium On Mathematical Fundamentals Of Database And Knowledge Base Systems Rostock Germany May 6 9 1991

Authors: Bernhard Thalheim ,Janos Demetrovics ,Hans-Detlef Gerhardt

1991st Edition

3540540091, 978-3540540090

More Books

Students also viewed these Databases questions

Question

7 ) Define a Turing - decidable language.

Answered: 1 week ago

Question

Explain the chemical properties of acids with examples.

Answered: 1 week ago

Question

Write the properties of Group theory.

Answered: 1 week ago

Question

How is slaked lime powder prepared ?

Answered: 1 week ago

Question

Why does electric current flow through acid?

Answered: 1 week ago