Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Number Guessing Game (C++)

Overview

Number Guessing Game is a simple console-based game developed in C++. The program generates a random number and gives the player limited attempts to guess it correctly.

Features

  • Random Number Generation
  • Hint System
  • Limited Attempts
  • Win/Lose Conditions
  • Interactive Console Gameplay

Technologies Used

  • C++
  • Loops
  • Conditional Statements
  • Random Number Generation

How to Play

  1. The computer generates a random number.
  2. Enter your guess.
  3. The game tells you whether your guess is higher or lower than the correct number.
  4. You have only 3 attempts.
  5. Guess correctly to win.

Future Improvements

  • Difficulty Levels
  • Score System
  • Multiple Rounds
  • High Score Tracking
  • GUI Version

Author

Maaz Siddique

About

A simple console-based Number Guessing Game developed in C++ where players try to guess a randomly generated number within limited attempts.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages