From ee3991547bd817fe606f44e71118876729a91586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Wed, 23 Aug 2023 21:19:16 +0200 Subject: [PATCH] Add game --- app/models/game.server.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/models/game.server.ts b/app/models/game.server.ts index 52ba620..bc9a7be 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -5161,5 +5161,19 @@ export async function getGames(): Promise> { id: 428, event: "Madrid, 1933", }, + { + date: "2023-08-24", + fen: "6k1/1pbR1p1p/2r3p1/p7/1BnNP3/2P5/5PPP/6K1 b - - 1 28", + solution: ["axb4", "Nxc6", "b3", "Rxc7", "Nd6"], + gameUrl: "https://lichess.org/1u60hIy9#55", + white: "Liviu-Dieter Nisipeanu", + black: "Fabiano Caruana", + wTitle: "GM", + bTitle: "GM", + wRating: 2654, + bRating: 2805, + id: 429, + event: "Dortmund, 2015", + }, ]; }