Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 745 Bytes

File metadata and controls

21 lines (17 loc) · 745 Bytes

BlackJack

Rules

  1. Guess the number!
  2. There are 3 difficulty levels: Easy, Hard, and Lucky
  3. Easy mode : 10 chances to guess the number 1 -100
  4. Hard mode : 5 chances to guess the number 1- 100
  5. Lucky mode : 1 chance to guess the number 1 - 50

How to play

  1. Fork the repo by clicking the fork logo the on top right
  2. Clone the repo git clone [email protected]:AseanK/beginner-python-games.git
  3. Head to the guess_the_number folder
  4. Run the file using python command guess_the_num.py