Started building connection between game logic and sever-client. Added new Protocol msg and a s*** ton of todos for myself

This commit is contained in:
Seraina
2022-04-07 13:24:09 +02:00
parent 2789779d62
commit 7153563471
7 changed files with 62 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ Server Commands:
Implemented:
* SPING Ping from server to client
* PINGB Pingback from client to server.
* GVOTR Ghosts: Please vote now
* HVOTR Humans: Please vote now
Future / planned:
* MSGRS "Message received": Paramaters: a string detailing to the client that and what the server received as command.
@@ -29,3 +31,4 @@ Future / planned:
* NOCMD No command found.