top of page
C++ Console Game: Guess the Number
One of my first C++ projects. A basic guessing game where the user is asked to input a number from 1-10. Features/learnings:
​
-
Classes
-
Console Window Formatting
-
Continuous Menu
-
Do-While
-
Multi-file Compiling​
-
Removing DLL Dependencies
-
Ranking System via File Stream
-
Version Control via GitBash
​
bottom of page