This is a simple number guessing game implemented in C# using the .NET Framework.
Before getting started, ensure that you have the following:
- Visual Studio 2019 installed on your system.
- Clone this repository to your local machine or download the source code as a ZIP file.
git clone https://github.com/virajSandakelum/Number-guessing-game_C-Sharp.git
-
Run the application by clicking on the "Start" button or by pressing F5.
-
When the application starts, a console window will appear, and you will be prompted to enter your guess. Enter a number and press Enter.
-
The game will provide feedback on whether your guess is too high or too low. Keep guessing until you correctly guess the number!