Compare commits

...

2 Commits

Author SHA1 Message Date
0433210920 Merge branch 'main' of git.andr3h3nriqu3s.com:andr3/distributed_system_coursework
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 18:17:58 +00:00
7ff5414eba updated readme 2024-01-21 18:17:24 +00:00

View File

@ -123,7 +123,7 @@ The server will answer with one of the following:
- If a game exists, then there was a process that creates it. - If a game exists, then there was a process that creates it.
- Eventually, all processes will be in the same game state - Eventually, all processes will be in the same game state
- A player cannot make a move in a game state unless it's not updated to the last game state - A player cannot make a move in a game state unless it's updated to the last game state
- If two players make a move at the same time in the same game, only one of the moves happens and the other player eventually gets notified - If two players make a move at the same time in the same game, only one of the moves happens and the other player eventually gets notified
- If a player makes a valid move it will be evetually played - If a player makes a valid move it will be evetually played