Skip to content

AvogatoWizardWhisker/Guess-It-Right

Repository files navigation

Guess-It-Right

Welcome to Guess-It-Right, a fun and simple console application built with C# that lets users guess a random number.

Features

  • 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

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/AvogatoWizardWhisker/Guess-It-Right.git
    
  2. Navigate to the project directory:

    cd guess-it-right
    
  3. Build the application:

    dotnet build && dotnet run
    

How to Play

  1. Run the application using the instructions above.
  2. The application will generate a random number between 1 and 100.
  3. Enter your guess in the console.
  4. The application will tell you if your guess is too high, too low, or correct.
  5. Keep guessing until you find the right number.
  6. The application will display the number of attempts it took for you to guess correctly.

Contributing

If you would like to contribute to this project, please fork the repository and create a pull request with your changes. Contributions are welcome!

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A guessing game in a console app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages