Update README.md

This commit is contained in:
Dorian Zedler 2020-02-25 14:49:14 +00:00
parent 8f56ef3958
commit 5305f7f96c
1 changed files with 6 additions and 5 deletions

View File

@ -83,7 +83,7 @@ The commands are delivered via plain tcp sockets.
- none - none
#### Example #### Example
The communiction between a server and a lient could look like this: The communiction between a server and a client could look like this:
| Direction | Command | Meaning | | Direction | Command | Meaning |
|-------------------|---------------------|---------| |-------------------|---------------------|---------|
@ -115,13 +115,14 @@ The communiction between a server and a lient could look like this:
| Server -> Client | gameOver Winner O | The game is over, the server won | | Server -> Client | gameOver Winner O | The game is over, the server won |
| Server -> Client | gameReset | The server performed a reset | | Server -> Client | gameReset | The server performed a reset |
This example ends with a oard that looks like this: This example ends with a board that looks like this:
´´´ ```
---------
| | | |
| | | |
| O| | O|
|X O| |X O|
|X O| |X O|
|X O| |X O|
´´´ ---------
```