Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-12-11 02:56:49 +01:00
padre dcd0aecd54
commit f5df98c544
Se han modificado 8 ficheros con 148 adiciones y 12 borrados

Ver fichero

@@ -33,6 +33,7 @@ function createGameState(roomId: string): GameState {
isGameOver: false,
turnsPassed: 0,
gameMode: 'waiting',
rematchRequests: [],
};
}