This is a number guesser, so you choose the number and the computer guesses it. First the computer will ask “what will be the highest number I can guess?” Please enter the highest number that the computer can guess. Then the computer will ask “what is the lowest number I can guess?” Please enter the lowest number that the computer can guess. Then, the computer will ask “is (number) your number?” Then say either higher or H, lower/L, or correct/C. If you say higher or H, that means that your number is higher than the number the computer guessed. If you say lower or L, that means that your number is lower than the number the computer guessed. If you say correct, that means the number the computer guessed was your number, and it tells you how many tries it took to get your number, then the project stops. If you want, comment how many tries it took for the computer to get your number. NOTE: since this project cannot handle negative numbers, if negative numbers are mentioned, the project will detect this and stop immediately. So if your number is negative, restart please because once you mention negative numbers, the project will stop. Also if you do not use only whole numbers the game will stop. Lastly, if you get to the point where the lowest number the computer can guess is higher than the highest number the computer guess the game will also stop.
I got the heart and star detector from https://scratch.mit.edu/projects/961412561 Part of this project is credit to @medvedrising and scratch wiki.