The computer thinks of a number and you try to guess it.
The program gives you feedback on whether you guessed a higher or lower number.
dotnet run
dotnet build
dotnet restore
- Random Number Generation: A
Random
object is used to generate a random number between 1 and 100. - User Guess: The user's guess is read from the console.
- Feedback: The program provides feedback on whether the guess is too high or too low.
- Loop: The program continues looping until the user guesses the correct number.
- Attempt Counting: The program counts the number of attempts the user makes to guess the number.
- This project is licensed under MIT.
For more information please visit the license files.