Skip to content

Commit

Permalink
cambiados puntos en el 6
Browse files Browse the repository at this point in the history
  • Loading branch information
uo282189 committed Apr 30, 2024
1 parent ca9c34b commit fb513b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/06_runtime_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ image::06-getRanking.png["GetRanking secuence diagram image"]
1. The user wants to see the ranking of all players
2. The app requests to the HistoryService that ranking
3. The HistoryService gets the ranking from the History data base
5. Finally the ranking is shown to the user
4. Finally the ranking is shown to the user

=== Multiplayer game

Expand All @@ -76,7 +76,7 @@ image::06-multiplayer.png["Multiplayer game secuence diagram image"]
1. Two users want to join a room and play a multiplayer game
2. The application sends a request to the RoomsService
3. This RoomsService where a room was created moments ago create a socket for each player
5. The RoomsService gets from the app the game details, questions and logic.
6. All the game is managed by the RoomsService
7. When the game is finished the RoomsService sends a response to the application
8. Then the application sends all the results to the players
4. The RoomsService gets from the app the game details, questions and logic.
5. All the game is managed by the RoomsService
6. When the game is finished the RoomsService sends a response to the application
7. Then the application sends all the results to the players

0 comments on commit fb513b9

Please sign in to comment.