Guess the number (between 0 and 100)
This is a "Guessing Number Game" (Deployed with the help of a low-code platform, Anvil Framework) and your goal is to guess the random number, between 0 and 100, the computer has chosen.
To play the game you can scroll down into the Play Here section or download all the python files in the game RESPOSITORY and execute it in your personal code editor.
After the game deployment, you can access its rules.
Play Here
Game Rules
- The first thing you need to choose is the type of game you want to play:
- EASY: 10 lives to guess the number
- HARD: 5 lives to guess the number
- You need to type a number and then check its value in the "Check Number" button
- If the number is incorrect you will lose a life and the game will inform the new range the correct number is inserted, considering the number you tried
- The game will end if you get the number correct or if you run out of lives. In both cases the correct number will be presented to you