Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 644 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 644 Bytes

Number_Guessing

Project description: The program generates a random number in the specified ranges and asks the user to guess that number.

Game features:

  1. Added attempts for the user. When the number is guessed, the program should show the number of attempts "Replay" mode after a successfully guessed word.
  2. You can manually specify the right boundary of the number for a random number selection (from 1 to n)
  3. function easily outputs random from lower to upper limit
  4. mode: "give up"
  5. Added cases of the word "attempt". "attempt" (when 1), "attempts" (from 2 to 4) and "attempts" (from 5)
  6. mode "Limited number of attempts"