Guess the number game, but player is computer! Normally, computer gets a random number and a human tries to find it. But in this project, human gets a random number and computer tries to find the number. It has two algorithms: half-number method and random-number method. Methods explained in their own readme.
Half-Number Method: https://github.com/Segilmez06/number-guessing-algorithm/tree/main/half-nums#readme
Random-Number Method: https://github.com/Segilmez06/number-guessing-algorithm/tree/main/rand-nums#readme