Guess The Number is a fun game that challenges you to find a number within a pre-defined range, and gives you hints along the way based on a greater or less mechanic.
There are three different levels of play that vary the range of numbers, and adds or removes some game mechanics, such as a timer, a tracking for the numbers that you already choose, and the amount of attempts you may spend trying to guess the number.
run local with docker:
docker build . -t guess-the-number
docker run -d -p 8090:80 guess-the-number
In the browser go to http://localhost:8090