Skip to content

julianprograms/pythonbeginnerprojects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

NumberGuessingGame

This game is my first project using Python.

The game works as the following:

  • Pick a number between 1 - 10
  • You have 3 guesses to pick the correct number.
  • If you can't pick the number in those 3 guesses the game is over.

Coming Soon!

  • Currently working on adding different difficulty's
  • COMPLETED ✅ Currently working on adding the "play again" if you miss all 3 guesses.