Add new algorithm up-down-game
##Please refer to Up-Down game with Python. #6826, which is on the issue list.
##Add algorithm
When you run an up-down game, you'll see the game start screen like the first picture you see
Enter the minimum value
If you enter the maximum value
Numbers are randomly selected within the range I specified and the game begins.
If the random value is larger than the value I entered, a picture of the thumb pointing up appears and outputs that a small value has been entered in the output window.
If the random value is smaller than the value I entered, a picture of the thumb pointing down appears and a large value is entered in the output window.
Due to the nature of the game, as the range increases, the playing time increases, so if it comes within the error range of 10, it is set to give a hint, and if the correct answer is completed after a few attempts, the game is over.
You can download the picture photos you need here.