From 81c20ac7982c87efbb5e4f04f821b751723b1350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Sun, 13 Aug 2023 00:39:13 +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 8056551..02ad127 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -5035,5 +5035,16 @@ export async function getGames(): Promise> { bRating: 1738, id: 417, }, + { + date: "2023-08-13", + fen: "r2qk3/ppp2p2/2n1pn2/5b1r/3PB1p1/P1N3PP/1PP1Q3/2KR2NR b q - 0 15", + solution: ["Nxe4", "Nxe4", "Nxd4", "Qe3", "Bxe4"], + gameUrl: "https://lichess.org/FyYJDV4L/black#29", + white: "Roma_Chess", + black: "FirstCarcass", + wRating: 2165, + bRating: 1775, + id: 418, + }, ]; }