An over engineered CLI Guessing Game!
You input your name, a lower bound, and an upper bound, and the program chooses a number within that range.
The aim of the game is to guess that number.
It displays a random hint when you guess incorrectly.
The program contains input validation, error checking, and a hint generator object.
Developed on Python 3.9.5