added board example

This commit is contained in:
Dorian Zedler 2020-02-25 15:47:24 +01:00
parent 54b2b21123
commit 8f56ef3958
1 changed files with 10 additions and 0 deletions

View File

@ -114,4 +114,14 @@ The communiction between a server and a lient could look like this:
| Server -> Client | movePerformed O 6 | |
| Server -> Client | gameOver Winner O | The game is over, the server won |
| Server -> Client | gameReset | The server performed a reset |
This example ends with a oard that looks like this:
´´´
| |
| |
| O|
|X O|
|X O|
|X O|
´´´