/CSharp-Guess-The-Number-Game

Simple game to practice the basics of C#

Primary LanguageC#MIT LicenseMIT

Guess the Number

This game was made to learn the fundamentals of C#. In this game, the player attempts to guess a randomly generated number within a specified range.

Table of Contents

Features

  1. Random number generation between 1 and 1000.

  2. Feedback to guide the player.

  3. A simplified user interface.

  4. Replay option after round is over.

  5. Maximum of 10 attempts per round.

Requirements

To successfully run this project it's important to have the following:

Usage

  1. Clone the repository:
    git clone https://github.com/IgorDGomes/CSharp-Guess-The-Number-Game.git

    cd CSharp-Guess-The-Number-Game
  1. (Optional) Build the project:
    dotnet build

Note: This step is optional. The 'dotnet run' command in the next step will automatically build the project if it hasn't been built yet.

  1. Run the game:
    dotnet run
  1. Follow the instructions on the screen to play the game.

More

This project was made with the purpose of learning as mentioned before, commented in the program file there's a step by step of what was needed to make the game.

If you want to learn more about how this game was made here's the playlist that was used to learn.

License

MIT License