diff --git a/readme.md b/readme.md index e64ae9c..5a64d5c 100755 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ compile with clion the following target: run_game_server ``` -the game server starts on port 8080 +the game server starts on udp port 8080 to utilize the game server, you can use the `client.py`. It already has all the required command parsing currently available. It just transforms commands from human readable format to bytestreams and sends them to the server. @@ -52,4 +52,4 @@ the server should send some error message to the client. ## protocol diagram -![img.png](img.png) \ No newline at end of file +![img.png](img.png)