server has passed the formal test

This commit is contained in:
2023-09-26 16:41:46 +08:00
parent a0089654d6
commit a4a7e919c5

View File

@ -14,6 +14,7 @@
* yet. However, if you are member of A-class or have learnt the use of cpp * 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. * 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 rows; // The count of rows of the game map
int columns; // The count of columns 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 int game_state; // The state of the game, 0 for continuing, 1 for winning, -1