You guessed it! It's a simple number guessing game.
- Clone this git repository using git clone
https://github.com/0yqc/number_guessing
- You need git installed for this to work, install via
sudo apt install git
- You need git installed for this to work, install via
- Change your working directory using
cd ~/path/to/clone/
- Run the script using
python ./main.py
- You need Python installed for this to work, install via
sudo apt install python
- You need Python installed for this to work, install via
- Follow the promts on the command line and type your answer using the char in brackets.
- Have fun!
- normal: The computer thinks of a number and you need to guess it, however it will give you hints if your number was too small or too big.
- reversed: The normal gamemode reversed for additional fun! Now you need to think of a number and the computer tries to guess it. You will need to give the computer hints as to if your number is bigger or smaller than the one he guessed. The computer will use the best tactic there is, so be prepared for a short game!