Overview
Number-Guession is a game where the computer picks a number and requests the user to guess the number.The user tries until the user gets the number right. The game then shows the number of times the user tries
Getting Started
To run Number-Guession, follow these steps:
- Install python: Download and Install python from the link: https://www.python.org/downloads
- Install Pycharm: Download and install Pycharm from the official website ((https://www.jetbrains.com/pycharm/download/?section=windows)).
- Open then code file in Pycharm and click the run button to run the program in the in-built terminal
You can also run the program by opening command prompt and running the instruction" python (current path of the python file on your computer)"
Usage
- Input a number to guess the number the computer picked.
Requirements
- Pycharm or any code editor
Let me know if this looks good or if you'd like me to make any changes!