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