ref: f3bcd178d26e25a52a3dbdd3a054b2ec01eb5b56 dir: /srv.h/
typedef struct { int fd; char[16] cookie; }Client; typedef struct { int id; List msgs; int state; int turn; Client player[2]; int grid[SzX][SzY]; }Game;