GuessingGame

🎲 Guessing Game (C# Console App) 📌 Overview

A simple console-based guessing game written in C#. The program generates a random number and the player tries to guess it. Feedback is given after each guess until the correct number is found.

🚀 Features

Generates a random number in a specified range.

User inputs guesses via the console.

Provides hints (too high / too low).

Counts number of attempts.

Simple and beginner-friendly C# code.

🛠️ Technologies Used

C#

.NET Console Application

Developed with Visual Studio