Go to file
ethanglide 0e3b79dc88 Improve socket connection style
Previously, a new socket was being opened and closed on every call. Now, there is one socket per client which is used continuously until the connection closes.
2024-07-09 15:04:47 -04:00
conio Add base game 2024-07-04 16:57:11 -04:00
cpp-console-game Improve socket connection style 2024-07-09 15:04:47 -04:00
eRPC Improve socket connection style 2024-07-09 15:04:47 -04:00
random-utils Add base game 2024-07-04 16:57:11 -04:00
.gitattributes Initial commit 2024-07-04 11:32:47 -04:00
.gitignore Add base game 2024-07-04 16:57:11 -04:00
CMakeLists.txt Start RPC library 2024-07-05 15:37:02 -04:00