Skip to content

A Client-Server architecture-based CLI app that hosts Poker games for multiple players and multiple rooms making use of UDP protocol.

Notifications You must be signed in to change notification settings

manavmehta/Poker-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Systems Practicum Project

Setup

g++ Client.cpp -lpthread -o client
g++ Server.cpp -lpthread -o server

Usage

./server
./client

About

A Client-Server architecture-based CLI app that hosts Poker games for multiple players and multiple rooms making use of UDP protocol.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages