added board example
This commit is contained in:
parent
54b2b21123
commit
8f56ef3958
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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|
|
||||
´´´
|
||||
|
||||
|
|
Reference in a new issue