From c803a3bb2b38ecb885fe4cdb94e0f4ebc663caf3 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 20 Jan 2024 22:57:44 +0000 Subject: [PATCH] fixed read me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d9b0c..901fa77 100644 --- a/README.md +++ b/README.md @@ -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.