@@ -39,6 +39,8 @@ public:
bool is_mate(Team team);
void do_move(int space_from, int space_to, bool holding_k);
int get_attackers_for_space(int space_to);
private:
Piece game_board[BOARD_SIZE][BOARD_SIZE];
Team active_color;
The note is not visible to the blocked user.