# number guessing You guessed it! It's a simple number guessing game. ## install & run ### Linux #### set-up 1. Clone this git repository using git clone `https://github.com/0yqc/number_guessing` 1. You need git installed for this to work, install via `sudo apt install git` #### run 1. Change your working directory using `cd ~/path/to/clone/` 2. Run the script using `python ./main.py` 1. You need Python installed for this to work, install via `sudo apt install python` 3. Follow the promts on the command line and type your answer using the char in brackets. 4. Have fun! ## currently supported gamemodes - 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!