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