From 6f9957790571953cccf4bd909cb18a67a0abfdf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Fri, 29 Mar 2024 16:48:34 +0100 Subject: [PATCH] Add game --- app/models/game.server.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/models/game.server.ts b/app/models/game.server.ts index 9209e41..c739283 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -7706,5 +7706,16 @@ export async function getGames(): Promise> { bRating: 1685, id: 647, }, + { + date: "2024-03-30", + fen: "8/5pk1/3rr1p1/3P4/2Q3KP/4P3/5P2/8 b - - 0 63", + solution: ["Re4+", "Qxe4", "f5+", "Qxf5", "gxf5+"], + gameUrl: "https://lichess.org/B7lgLkUG/black#125", + white: "zmrzlinajaatelo", + black: "podjevsky", + wRating: 2301, + bRating: 2210, + id: 648, + }, ]; }