From 8379b5b1782b56199378e5605bc41cfe36a0d738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Tue, 15 Aug 2023 23:06:44 +0200 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 76f7692..a4e4479 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -5072,5 +5072,16 @@ export async function getGames(): Promise> { bRating: 2697, id: 420, }, + { + date: "2023-08-16", + fen: "4k2r/qbQnbpp1/3p4/1B4P1/1P1pPPp1/P7/3BN3/5RK1 b k - 0 23", + solution: ["d3+", "Rf2", "Rh1+", "Kxh1", "Bxe4+"], + gameUrl: "https://lichess.org/jyPeRdK6/black#45", + white: "Shustrick", + black: "Doxxs", + wRating: 2456, + bRating: 2503, + id: 421, + }, ]; }