This is a multiplayer game of rummy that can be played over a network. It provides a GUI for the user to view the cards and make a move.
It is written in Python and uses TCP sockets for communication between the players and the server.
- Python
-
Start the game server.
python src/server.py
-
Start the game client.
python src/client.py