Skip to content

This is a simple guessing game where you pick a number between 1 and 100 and the computer tries to guess your number by using a binary search.

Notifications You must be signed in to change notification settings

nyanshak/GuessingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Guessing Game made for C/C++ in UNIX class (CS 3376)

In this game, the user picks a number between 1 and 100 and the computer will try to guess the number by using binary search.

Build: gcc guess.c -o guess Usage: ./guess

About

This is a simple guessing game where you pick a number between 1 and 100 and the computer tries to guess your number by using a binary search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages