Number Guessing
This project is maintained by milosnowcat
Number Guessing
This project is a simple number guessing game in Python. To get started with GuessNum.py, follow the installation steps below.
Before installing the project, ensure you have Python installed on your system. You can download Python from python.org.
You can download for windows without python here!
Clone the GitHub repository to your local machine using the following command:
git clone https://github.com/milosnowcat/guessnum.py.git
Navigate to the project directory:
cd guessnum.py
That’s it! You have successfully cloned the GuessNum.py project to your local machine.
GuessNum.py is a simple number guessing game in Python. Follow these steps to play the game.
Open a terminal or command prompt and navigate to the directory where you cloned the GuessNum.py project.
Run the game by executing the Python script:
python main.py
The game will generate a random number between 1 and 100.
You will be prompted to guess the number. Enter your guess when prompted.
If your guess is too low, you will receive a message indicating that you should try a higher number.
If your guess is too high, you will receive a message indicating that you should try a lower number.
Continue guessing until you correctly guess the number.
Once you guess the correct number, you will receive a “Woo Hoo \^o^/, you guessed the number” message.
The game will then end.
To exit the game, simply close the terminal or command prompt where the game is running.
Enjoy playing the GuessNum.py number guessing game!