From cf39f34722333d83d3e2b03466e03fcdcfbae41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Mon, 20 Nov 2023 21:12:28 +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 4c2f930..de7e840 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -6195,5 +6195,16 @@ export async function getGames(): Promise> { bRating: 2641, id: 517, }, + { + date: "2023-11-21", + fen: "Q7/1p1q1pk1/1pbp1p1p/4p2P/4PnP1/1BPP1P2/3K4/7R b - - 0 31", + solution: ["d5", "g5", "fxg5", "Qb8", "dxe4"], + gameUrl: "https://lichess.org/D7mk4010/black#61", + white: "doaskisuh", + black: "rhinoguy", + wRating: 1879, + bRating: 1778, + id: 518, + }, ]; }