A game written in python3, which is a number guessing console game, where we have to guess a number which is randomly choosen by the computer system. The game becomes more interesting as well as infuriating as the user gets limited attempt to guess the attempts. If you run out of attempts, then you loose. Also, on the way of answering the number, the game provides you with hints like your answer is lesser or greater as compared to the original number or not.
To use the game (i.e., play the game), follow the below steps :
- If using windows, then open the folder where you have saved the "guessthenumber.py" file. Then, either double-click the icon of the file, or just open it with IDLE or directly from the windows terminal (Command Prompt, or PowerShell).
- If using linux, then open up the terminal. Change the directory into the folder where you have saved the "guessthenumber.py" script file using the below specified command.
cd location/to/the/folder/
. Then, enter the below command in the terminal and press the enter key to run the game.python3 guessthenumber.py
.
This game (project) was started by Nikhil Raj Pandey. The author was in class 8 (school) and age of 12 years, when he created the project (i.e., the initial model of this number guessing game). The project on the way got many contributions by developers around the globe, thus making it better and of fluent execution day by day. Some developers did a documentation update, while some did the algorithm update of the script file. Below is the list of all the contributors on this project :
- Nikhil Raj Pandey (github:https://github.com/NikhilRajPandey/)
- AdiOp07 (github:https://github.com/AdiOp07/)
- Krish (github:https://github.com/Krishjain2911/)
- Ankit Singh (github:https://github.com/Ankitsinghprograms/)
- Kamal Kumar Jena (github:https://github.com/Kamal-Kumar-Jena/)
- Rishav Das (github:https://github.com/rdofficial/, email:[email protected])