ref: ea12f7d7e47cb958ab7756ec9aaa2d6d10a19735 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;