Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 405 Bytes

File metadata and controls

8 lines (6 loc) · 405 Bytes

random-number-guessing-game-flask-app

For the random number guessing game project, used the flask framework.

Contains:

  • Generate range fuction - the user inputs the range he or she wants and from that range a random number is generated.
  • Score fuction - gives the user a score according to the number of guesses he or she made.
  • Hints - in form of if statements gives hints to the user.