ref: 4e314a501c2c97b00f237afe14937febbb293e70 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;