NumGuesser

Easy and fun game to play a bit. Written in python

Youtube Showcase: https://www.youtube.com/watch?v=uIs0fILQsZc

So how does this work?

Basicly, at the start you enter the lowest number and the highest number.
Then it generates a random number between these two.
When you enter a wrong number it tells you if the number is higher or lower than the current one you guessed.
The goal is to find the searched number with as least tries as possible!

Setup

  • https://github.com/Lodisus/NumGuesser
  • pip install colorama
  • python numguesser.py