Rooms (set)
{
id
, players:{{id, name}}, started, word, round}
started: true/false
Players (set)
{
id
, roomId, state, row, score}
state: “joined”/”ready”/“correct”/“wrong”
Guesses (bag)
{guess, playerId, roomId, row, result}