Skip to content

A fun number guessing game which you try to guess an obscure number between 0-10.

License

Notifications You must be signed in to change notification settings

necdetsanli/number-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

number-game

A fun number guessing game which you try to guess an obscure number between 0-10.

I'm trying to develop it to learn new concepts and improve myself. It is a project I'm doing for practice. Any tips and reviews are welcome.

Dependencies:

  • SQLite 3: To install it for GNU/Linux distrubitions, please use appropriate commands for your package manager. Here is for Ubuntu:

    sudo apt install sqlite3

    sudo apt install libsqlite3-dev

To compile: gcc gameng.c main.c scoreboard.c -lsqlite3

About

A fun number guessing game which you try to guess an obscure number between 0-10.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages