A simple console-based random number guessing game written in C#.
The game generates a random number between 1 and 100, and the player tries to guess it.
The program gives feedback if the guess is too high or too low until the player guesses correctly.
This program was written to show my learning of C#
- Generates a random number between 1 and 100
- Accepts user input from the console
- Provides feedback if the guess is too high or too low
- Congratulates the player when the correct number is guessed