From a4a7e919c534dd63cd8b5f51a7c6c8546f05b022 Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Tue, 26 Sep 2023 16:41:46 +0800 Subject: [PATCH] server has passed the formal test --- src/include/server.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/server.h b/src/include/server.h index 2559480..24f52ef 100644 --- a/src/include/server.h +++ b/src/include/server.h @@ -14,6 +14,7 @@ * yet. However, if you are member of A-class or have learnt the use of cpp * class, member functions, etc., you're free to modify this structure. */ +// This server has passed the formal test, do not modify it if you are not sure int rows; // The count of rows of the game map int columns; // The count of columns of the game map int game_state; // The state of the game, 0 for continuing, 1 for winning, -1