Guess The Number An advanced CLI number guess game written in Python3 Prerequities Python 3 How To Play clone this repo unzip the folder open terminal and navigate to the folder run this command python main.py That's all Rules 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 Contribute Please contribute the project by openning pull requests. Hope You Enjoy The Game