This project is motivated by a Recursion's course.
Guess the number the "lier" computer randomly generated!
- To begin the game, you firstly give two integers a and b as inputs.
- The computer randomly generates an integer x such as a <= x < b.
- You guess the number.
- If it is correct, you win! The score is the number of times you answered.
- If it is wrong, the computer gives a hint that "x is more than or equal to your answer" or "x is less than your answer".
BE CAREFUL! The computer LIES with a 20% probability!