fixed read me

This commit is contained in:
Andre Henriques 2024-01-20 22:57:44 +00:00
parent 3cbf7b99af
commit c803a3bb2b

View File

@ -23,7 +23,7 @@ The server provides the following API:
## Important Concepts
The `game_id` is a number and is an identifier for the game. This can be a number that paxos guarantees that there cannot be two games with same number, as the server would have learned about that decision and would have not incremented the number.
The `game_id` is a number and is an identifier for the game. This can be a number as paxos guarantees that there cannot be two games with same number, as the server would have learned about that decision and would have incremented the number.
The `game_state` is a representation of a game state that corresponds to an array of numbers, and some special atoms, where the number represents the atomic number. The maximum length of this array is 16, so when an array gets bigger than that the game is over.