Skip to content

yanottamao/guess_the_number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess the Random Mystery Number

Features

  1. Random number using random() library
  2. Guess number between 1 - 99, now you can specify the number limit
  3. Hint system to help the player
  4. Turn number for future multiplayer

How to Run

Just run code from terminal or command prompt with python integration

python sample.py

For Windows machine you can also download precompiled binary without needing python installed

How to Play

  1. Run code with command in How to Run section above
  2. Enter your first guess
  3. System will give you hint to help you guess the right number
  4. Keep guessing until your guess is correct
  5. Congratulation on your success and keep playing :)

To Do and Future

  • Combine multiplayer number range input
  • Add guessing range
  • Add turn number
  • Add multiplayer - still initial state, but seems working properly - see bugs
  • Add better hints system e.g. display last guess and comparing system
  • Add GUI - undecided*
  • ...

Bugs

  1. Multiplayer mode player turn
  2. Multiplayer guessing
  3. ...