Skip to content

ptanmay143/rummy-with-friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Multiplayer game of rummy over a network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages