// Should mostly match server's components.js // Misc. game data required let gameData = { playerId : null, opponentId : null, roomId : null, turn : 0, playerTurn : 0, players : null, // Real components from here? }