User has to guess a number from 0 to N. (Where N is 10 for this specific version) The quicker the User guesses it, the higher the number of points
Maximum number of guesses would be 8. After first 5 wrong tries, the user would be asked if they need a hint. If user needs a hint, they shall be provided with a hint:
- Even number or Odd number
- Number is less than 5 or more than 5.
Game over if user is unable to guess at all. Display score
Where N could be ANY number. Eg N=25, or N=50, N=100.