KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
guessthenumber
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
olean-rs
:
parser/viewer for olean files (lean 3)
StoryTelling
:
A neural network based StoryTeller that outputs a short story from an input image
mappView
:
mappView tips and code snippets
XcodeGen
:
Repo to support a talk about XcodeGen
LiangxiesFriend
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
guessthenumber
?
Download (.md)
# Guess The Number 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. ## Usage 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```. ## About the author This game (project) was started by [Nikhil Raj Pandey](https://github.com/NikhilRajPandey/). 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:rdofficial192@gmail.com)