C++ console game where the program chooses a random number between 1 and 100 and the player tries to guess it.
- random number generation
- loops and conditionals
- function decomposition
- basic user input/output in C++
Number Guessing Game.sln
Number Guessing Game/
Number Guessing Game.cpp
Number Guessing Game.vcxproj
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.