From 8e9f2161ef079d1739472dc192eb0724c0576520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Mon, 18 Mar 2024 22:04:46 +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 5d4db4c..de568a1 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -7582,5 +7582,16 @@ export async function getGames(): Promise> { bRating: 2417, id: 636, }, + { + date: "2024-03-19", + fen: "5rk1/5p1p/3P2p1/4Q3/p2p3q/8/Br4P1/5RK1 w - - 2 33", + solution: ["Bxf7+", "Rxf7", "Qe8+", "Kg7", "Rxf7+"], + gameUrl: "https://lichess.org/HrriTBsz/white#64", + white: "voliagross", + black: "ReinaldoR", + wRating: 2482, + bRating: 2492, + id: 637, + }, ]; }