Go to file
ethanglide 19e4ab2813 Improve existing features
Improve command line experience:
- No longer need to provide host when running a server
- More helpful error messages for invalid arguments

Add player collision

Reduce RPC message sizes by having `Board::draw` not send the escape character to move the cursor to the top left, instead the client can do that
2024-07-13 16:57:00 -04:00
conio Add base game 2024-07-04 16:57:11 -04:00
cpp-console-game Improve existing features 2024-07-13 16:57:00 -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