A recreation of the Gartic (Skribbl) game using the C++ programming language and advanced components which are as follows:
- GUI - the graphic interface that has all the functionalities of the game ( Made with the QT framework and a little CSS )
- Networking - the communication between client and server games ( Made with CROW, CPR and nlohmann/json libraries )
- Database - the data that the server will use will be handled by a database ( Made with the SQLite ORM library )