gohil-jay / Macro-Python-Projects

This repository consists of macro-level python projects that undertake a simple task and perform it using small python code snippets.
GNU General Public License v3.0
16 stars 24 forks source link

Guess a number game #26

Closed coderiya closed 2 years ago

coderiya commented 2 years ago

Python script of a simple fun game that asks the player to guess the number in a specific number of attempts.

coderiya commented 2 years ago

I have fixed the issue. I have also added a new feature where player can choose level of the game and based on that level the range of number from which the player has to guess the number will change. ( eg. For the basic level, it is 1-20, for medium level, it is 1-50 and for advanced, it is 1-100).