Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 494 Bytes

File metadata and controls

19 lines (13 loc) · 494 Bytes

CodSoft - Task 2 - Number Guessing Game 🎯

This project is a part of the CodSoft Internship Program (15th June – 15th July 2025).

🔢 Project: Number Guessing Game

A simple C++ console-based application where the user has to guess a randomly generated number within a specific range.

##✅ Features

  • Random number generation
  • Input validation
  • Attempt tracking
  • Replay option

📁 Folder Structure

Cpp Number Guessing Game/ ├── NumberGuess.cpp └── README.md