Welcome to Guess-It-Right, a fun and simple console application built with C# that lets users guess a random number.
- Generates a random number for the user to guess
- Provides feedback on each guess (too high, too low, or correct)
- Keeps track of the number of attempts
- Simple and intuitive console interface
- .NET SDK.
- Visual Studio or Visual Studio Code with C# dev kit extension.
-
Clone the repository:
git clone https://github.com/AvogatoWizardWhisker/Guess-It-Right.git
-
Navigate to the project directory:
cd guess-it-right
-
Build the application:
dotnet build && dotnet run
- Run the application using the instructions above.
- The application will generate a random number between 1 and 100.
- Enter your guess in the console.
- The application will tell you if your guess is too high, too low, or correct.
- Keep guessing until you find the right number.
- The application will display the number of attempts it took for you to guess correctly.
If you would like to contribute to this project, please fork the repository and create a pull request with your changes. Contributions are welcome!
This project is licensed under the MIT License. See the LICENSE file for details.