A multiplayer card game made in C++20, featuring a graphical interface built with SFML + TGUI and a REST backend server built with Crow and SQLite.
- Graphical user interface built with SFML + TGUI.
- Client-server architecture.
- User authentication and sessions.
- Lobby system with matchmaking.
- Persistent storage with SQLite.
- Modern C++ 20 codebase (modules, move semantics, smart pointers, etc).
- C++20
- SFML (graphics, audio, windowing)
- TGUI (GUI library for SFML)
- C++20
- Crow
- SQLite
- SQLite ORM
- SFML
- TGUI
- Crow
- SQLite
- SQLite ORM | C++ ORM for SQLite