Update readme
This commit is contained in:
@ -82,7 +82,7 @@ actor "Player 2" as P2
|
|||||||
actor "Player 3" as P3
|
actor "Player 3" as P3
|
||||||
|
|
||||||
package Masterpiece {
|
package Masterpiece {
|
||||||
usecase Game as "FairHopper Game Server"
|
usecase Game as "FairHopper\nGame Server"
|
||||||
usecase WS as "WS Server"
|
usecase WS as "WS Server"
|
||||||
usecase Vis as "Visualisation\nService"
|
usecase Vis as "Visualisation\nService"
|
||||||
}
|
}
|
||||||
@ -97,7 +97,7 @@ WS --> Vis: WebSockets
|
|||||||
### WebSockets
|
### WebSockets
|
||||||
|
|
||||||
```plantuml
|
```plantuml
|
||||||
participant Game as "FairHopper Game Server"
|
participant Game as "FairHopper\nGame Server"
|
||||||
participant WS as "WS Server"
|
participant WS as "WS Server"
|
||||||
participant Client1 as "Visualisation\nClient 1"
|
participant Client1 as "Visualisation\nClient 1"
|
||||||
participant Client2 as "Visualisation\nClient 2"
|
participant Client2 as "Visualisation\nClient 2"
|
||||||
|
|||||||
Reference in New Issue
Block a user