From 39a827968076c52ecdf5dbbaa5c461538881a2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Mon, 5 Feb 2024 22:47:02 +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 948483a..d663ce0 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -7093,5 +7093,16 @@ export async function getGames(): Promise> { bRating: 2426, id: 594, }, + { + date: "2024-02-06", + fen: "3r2k1/1p3pp1/p6p/5n2/3B4/3qrN2/1P1R2PP/4Q1K1 w - - 0 33", + solution: ["Bxe3", "Qxe3+", "Qxe3", "Nxe3", "Rxd8+"], + gameUrl: "https://lichess.org/grtWD96z/white#64", + white: "mnqifuqah", + black: "Mike_28", + wRating: 2183, + bRating: 2260, + id: 595, + }, ]; }