Skip to content

aminelkl/guessNumberGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

guessNumberGame

-- Guess The Number Game --

This is a simple console game that generates a random number and let the user guess it, the interval of the "secret" number is [0,10].

After each game, the program displays in the console the number of tries before finding the right value and a history of the attempts.

The notions used in this code are the following : vector, loop, if statement, switch case, rand() functions.

Language used : C++

image

About

Guess the number console game using C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages