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

https://github.com/mewmewdevart/numberguessinggame

🎮 | Number guessing game in C
https://github.com/mewmewdevart/numberguessinggame

c game small-projects

Last synced: about 1 year ago
JSON representation

🎮 | Number guessing game in C

Awesome Lists containing this project

README

          


🎮 Number Guessing game in C


Just a game that generates random numbers.


GitHub code size in bytes
Main language
Main language

## 💡 About the game:
A number guessing game is a simple guessing game where a user is supposed to guess a number between 0 and N in a maximum of 10 attempts. The game will end after 10 attempts and if the player failed to guess the number, and then player loses the game.

## 🛠️ Usage

The function is written in C language and this needs the **`gcc` compiler** and some standard **C libraries** to run in your terminal.

### Instructions

Do you want see how this things works with your eyes? Download it.

**1. Cloning the repository**

To download the archives, run the command in your terminal :

```bash
# Clone the repository
$ git clone https://github.com/mewmewdevart/Game_NumberGuessing

# Enter into the directory
$ cd Game_NumberGuessing/src
```

**2. Run the code and play it**

Run the file, and play the game:

```bash
$ cd ./game_numberGuessing
```
## 🎮 Screen of Game



Developed with love 💜 by Larissa Cristina Benedito (Mewmew/Larcrist).