Python Project: Numbers Guessing Game

Click here to view this project on Github.

This game prompts players to choose a number between a specified range of numbers. After the user guesses the correct number, it displays the number of attempts it took them to guess correctly (and asks them if they’d like to play again.)

Skills demonstrated:

  • try blocks
  • for loops
  • while loops
  • raising exceptions
  • comparisons
  • if/elif/else statements
  • creating and indexing lists