Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/youssef-remah/number-guessing-game
- Owner: Youssef-Remah
- Created: 2024-10-22T16:29:00.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T11:35:44.000Z (3 months ago)
- Last Synced: 2024-11-17T02:30:52.794Z (2 months ago)
- Topics: csharp, dotnet-core
- Language: C#
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ApplicationTo run the application, use the following command:
```bash
dotnet run
```