Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 430 Bytes

Rummy With Friends

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.

Requirements

  • Python

Usage

  • Start the game server.

    python src/server.py
  • Start the game client.

    python src/client.py