top of page

C++ Console Game: Guess the Number

gg2.gif

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

Click here for the source code.

bottom of page