A simple console-based number guessing game written in C#.
- When the game starts, you will be asked to guess a number within a random range.
- You have 3 attempts to guess the correct number.
- If your guess is outside the allowed range, you'll be warned.
- Type
exit
at any time to quit the game.
- Open the project in Visual Studio or any other C# IDE.
- Build and run the application.
- Follow the instructions shown in the console.
Enjoy the game!