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.
- Host: GitHub
- URL: https://github.com/manavmehta/poker-cli
- Owner: manavmehta
- Created: 2021-07-05T13:03:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T16:21:37.000Z (over 1 year ago)
- Last Synced: 2025-06-11T09:57:10.144Z (about 1 year ago)
- Topics: cli, client-server, cpp, poker-game, socket-programming, udp-protocol
- Language: C++
- Homepage:
- Size: 262 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```