Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Sarp-Archive/number-guessing-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Number Guessing Algorithm

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