ref: 4700e18aeacd08e6c4eeabc5be695f1d6f9f1fbb 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;