pp_server 0.1.1

A poker server
1
2
3
4
5
6
7
8
9
# pp_server

A low-level TCP poker server. The server runs with two threads; one for
managing TCP connections and exchanging data with clients, and another
for updating the poker game state at fixed intervals and in response to
user commands. See [pp_client] for a client and TUI that can connect to
this server.

[1]: https://github.com/theOGognf/private_poker/tree/main/pp_client