You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.gitignore | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 2 months ago | |
db_template.db | 2 months ago | |
numbrain.cpp | 2 months ago |
README.md
numbrain
Arithmetic game that tries to use numbers to avoid your brain becoming numb. It stores your results in a SQLite database and takes into account usernames to allow competition between different users. At the end of each game, a top 10 ranking is shown for the current game mode.
For now, only beginner level is available. Intermediate level coming soon.
installation
Clone the repository:
$ git clone https://git.rawtext.club/fluxion/numbrain
Enter into its directory:
$ cd numbrain
Compile the code:
$ g++ numbrain.cpp -l sqlite3 -o numbrain
Make a local copy for your database:
$ cp db_template.db numbrain.db
Execute the game:
$ ./numbrain