Skip to content

Commit 0f872cd

Browse files
authored
Update README.md
1 parent d86ccaf commit 0f872cd

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2-
# NumberGuessingGame
1+
# 🎮 Number Guessing Game
2+
3+
A simple console-based number guessing game written in C++.
4+
5+
![C++](https://img.shields.io/badge/C++-20-blue.svg)
6+
![License](https://img.shields.io/badge/License-MIT-green.svg)
7+
![Platform](https://img.shields.io/badge/Platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)
8+
9+
## 📌 Overview
10+
The computer randomly selects a number between 1 and 100, and the player tries to guess it. The game provides hints ("Too high" or "Too low") and tracks the number of attempts.
11+
12+
## 🚀 Getting Started
13+
14+
### Prerequisites
15+
- C++20 compatible compiler (GCC, Clang, or MSVC)
16+
- CMake (optional, for build automation)
17+
18+
### Installation
19+
#### Windows (Visual Studio)
20+
1. Clone the repository:
21+
```bash
22+
git clone https://github.com/ROSSARKO/NumberGuessingGame.git

0 commit comments

Comments
 (0)