wm: glendy

ref: a24f56bcfdc76fb4aad5f8df0d286c18aee5b62e
dir: /srv.h/

View raw version
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;