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
- Host: GitHub
- URL: https://github.com/mewmewdevart/numberguessinggame
- Owner: mewmewdevart
- License: mit
- Created: 2022-10-27T01:11:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T02:46:32.000Z (over 3 years ago)
- Last Synced: 2025-02-26T21:18:03.433Z (over 1 year ago)
- Topics: c, game, small-projects
- Language: C
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🎮 Number Guessing game in C
Just a game that generates random numbers.
## 💡 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).