Higher Lower (Web Version - Flask)
Developed a web-based number guessing game using the Flask framework in Python. The server generates a random number between 0 and 9, and the player tries to guess the number. The game provides feedback (Too high or Too low) after each guess, entered directly in the URL, and displays a success message when the correct number is guessed. It is a web-based adaptation of the console Higher Lower game.
Check Out Repository