Tichu Card Game

Code
C++
Game
Authors

Daniel Schwarzenbach

Dominic T.

Marc M.

Samuel L.

Published

June 14, 2023



Github Tichu

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.