Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Siromanec committed May 18, 2024
2 parents 522c490 + 376192b commit e2485d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -52,4 +52,4 @@ the server should send some error message to the client.

## protocol diagram

![img.png](img.png)
![img.png](img.png)

0 comments on commit e2485d7

Please sign in to comment.