Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/youssef-remah/number-guessing-game

Sample solution for the number-guessing-game challenge from roadmap.sh.
https://github.com/youssef-remah/number-guessing-game

csharp dotnet-core

Last synced: 5 days ago
JSON representation

Sample solution for the number-guessing-game challenge from roadmap.sh.

Awesome Lists containing this project

README

        

# Number Guessing Game

Sample solution for the **[number-guessing-game](https://roadmap.sh/projects/number-guessing-game)** challenge from **[roadmap.sh](https://roadmap.sh/)**.

## Prerequisites

- [.NET SDK](https://dotnet.microsoft.com/download) (version 8.0 or later)

## Installation

1. Clone the repository:

```bash
git clone https://github.com/Youssef-Remah/Number-Guessing-Game
```
2. Navigate to the project directory:

```bash
cd your-repo
```
3. Restore the project dependencies:

```bash
dotnet restore
```
4. Build the project:

```bash
dotnet build
```
## Running the Application

To run the application, use the following command:

```bash
dotnet run
```