This project is a java implementation of the card game tichu. It consists of a server and a client. It allows four clients to connect to the server and play the game against each other.
First the server needs to be started. By default it will run on port 8080
. This can be changed by editing the
configuration file at ch/tichuana/tichu/server/resources/config.properties
.
Once the server is running the four clients can connect to it by entering a username and a password.
This application was built as a part of the "IT-Project" module at the University of Applied Sciences and Arts of Northwestern Switzerland (FHNW) in the fall semester of 2019.
- Philipp Hartmann (e-vents)
- Christian Roth (sekthor)
- Dominik Spillmann (Cykkra)