Tichu Card Game
Code
C++
Game

A simple C++ implementation of the card game “Tichu” by Fatamorgana. You can read the game’s rules here. The implementation features a client/server architecture for multiplayer scenarios. It uses Qt for the GUI, sockpp for the network interface, rapidjson for object serialization, and googletest for the unit tests.