- Python 3
 
- clone this repo
 - unzip the folder
 - open terminal and navigate to the folder
 - run this command 
python main.py - That's all
 
- Game starts from level 1 and the number choosing range is Level*5
 - If you fail to guess the number chosen correctly, you are provided with hints and 5*level points are deducted
 - If you complete a level succesfully you earn 15*Level points and can move top the next level
 - The maximum number of hints are increased when you go to higher levels
 - If you fail to guess the number corrrectly after all hints are provided, you lose the game.
 - That's all
 
- Please contribute the project by openning pull requests.