Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rr15rr/c-gtng
C-GTNG (Guess The Number Game) is a open source basic guess the number game written in the C programming Language
https://github.com/rr15rr/c-gtng
Last synced: 7 days ago
JSON representation
C-GTNG (Guess The Number Game) is a open source basic guess the number game written in the C programming Language
- Host: GitHub
- URL: https://github.com/rr15rr/c-gtng
- Owner: rr15rr
- License: gpl-3.0
- Created: 2024-04-27T02:01:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T02:05:10.000Z (7 months ago)
- Last Synced: 2024-04-27T03:19:57.606Z (7 months ago)
- Language: C
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C-GTNG
C-GTNG (Guess The Number Game)This is a open source basic guess the number game written in the C programming Language.
It lets the user see the instructions, exit the game and play anytime they want.
This project was based on the idea to write 1 program in different programming languages to better understand them.