From 17194963ff8daa50db904419e3ca6de3d7e0434b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Mon, 3 Jul 2023 07:56:56 +0200 Subject: [PATCH] Add game --- app/models/game.server.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/models/game.server.ts b/app/models/game.server.ts index 0e82ed2..26d2e8f 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -4541,5 +4541,17 @@ export async function getGames(): Promise> { bRating: 2445, id: 376, }, + { + date: "2023-07-03", + fen: "6rk/1pR3b1/pP1pP2p/7q/3N4/3Q1p1P/2P2PK1/5R2 w - - 0 33", + solution: ["Nxf3", "Be5+", "Ng5", "Qxg5+", "Kf3"], + gameUrl: "https://lichess.org/OBqPnNgo/white#64", + white: "INDIAN-ELEPHANT", + black: "LebronJames22", + wTitle: "GM", + wRating: 2369, + bRating: 2533, + id: 377, + }, ]; }