The Guess Game In Python is a simple project developed using Python. This project is an interesting and simple project. This project is a command-based which generates a random number between 1 and 50. And the player has to guess that random number to win the game.
About Simple Guess Game In Python
This Guess Game application is designed for guessing random numbers. If your guess is more than 10 away from the generated number, then the program will tell you you’re COLD. And if your guess is within 10 of that number, then the program will tell you you’re WARM. If your guess is closer than your most recent guess, then the program will say you’re getting WARMER. Also, the design of this system is pretty simple so that the user won’t get any difficulties while working on it.
How To Run Simple Guess Game In Python ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
- Step1: Extract/Unzip the file
- Step 2: Go inside the project folder, open cmd then type guessgame.py and enter to start the system.
- OR
- Step 2: Simply, double click the guessgame.py file and you are ready to go.