An open API service indexing awesome lists of open source software.

https://github.com/manavmehta/poker-cli

A Client-Server architecture-based CLI app that hosts Poker games for multiple players and multiple rooms making use of UDP protocol.
https://github.com/manavmehta/poker-cli

cli client-server cpp poker-game socket-programming udp-protocol

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Systems Practicum Project

## Setup
```
g++ Client.cpp -lpthread -o client
g++ Server.cpp -lpthread -o server
```

## Usage
```
./server
./client
```