A simple web based number guessing game using:
Player need to correctly guess the number between 3 and 25.
Player can adjust the number range and points for correct guess and negative points for incorrect guess changes accordingly.

Python Flask is used mainly to generate ramdom number and to verify user guess.
Remaining features like points and attempt history are computed at client side via Javascript.
So, the points and attempt history are maintained per user session.