Skip to content

Razvan1003/Number-Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Number Guessing Game

C++ console game where the program chooses a random number between 1 and 100 and the player tries to guess it.

What It Demonstrates

  • random number generation
  • loops and conditionals
  • function decomposition
  • basic user input/output in C++

Project Structure

Number Guessing Game.sln
Number Guessing Game/
  Number Guessing Game.cpp
  Number Guessing Game.vcxproj

Build And Run

Open Number Guessing Game.sln in Visual Studio and run the project, or compile Number Guessing Game/Number Guessing Game.cpp with a C++ compiler.

About

C++ console number guessing game with random number generation and input feedback.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages