ref: 26a4bf1fd79a70a128c5474e5cb32637069ede0c dir: /srv.h/
extern int id; extern int sockfd[2]; typedef struct { int id; int difficulty; int state; int turn; int sockfd[2]; int grid[SzX][SzY]; char syncmsg[8]; }Game;