Jump to content
xisto Community

lfc1825

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. hey thats great and everything seems to be ok..just wanted to ask what the code would be for it to tell me the answer so it gives the user the answer?thanks alot
  2. Hey everyone i have to create a number guessing application using the game logic requirementsMenu: File: Exit: Exits Application Game: Start new game: Starts a new game Give me the number: Ends the current game giving the user the game number Help: Instructions: Gives the user instructions on how to play the game About: an appropriate made-up ?Software Development Company? name. It is to be menu-driven to initiate new games Game Logic: When the user chooses to ?Start new game?, the logic should generate a random integer number between (and inclusive of) 1 and 100. It is this number that the user has to guess. They do so by entering a number using the keyboard number keys directly into a text input control that accepts up to a 3 digit number (100 max) and only digit-based characters allowed. The text input control should not allow any incorrect data to be entered. When they click a ?check me? command button control, the program will tell the user if they have:1. Guessed correctly2. Guessed too high3. Guessed too low The user should be able to start a new game at any time or even ask the application to reveal the number via the ?Give me the number? menu option. If the user guesses correctly, or if they choose the ?Give me the number? menu option, the user should be asked if they wish to start a new game. If they indicate that do not want to start a new game, the text input control should become disabled until a new game is started. . i have no clue on how to do this so are there any kind souls out there who can help me please?Thanks
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.