From bd85c39403479fb7fe1095acbcd14ef45494feed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Fri, 12 Apr 2024 19:31:09 +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 afb657a..c4edcb9 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -7887,5 +7887,17 @@ export async function getGames(): Promise> { bRating: 1978, id: 662, }, + { + date: "2024-04-14", + fen: "8/8/4p3/6k1/Pp1p4/5K1P/2P5/8 b - - 1 37", + solution: ["d3", "Ke3", "dxc2", "Kd2", "b3"], + gameUrl: "https://lichess.org/XmEIHKbe/black#73", + white: "Chess_Nomad", + black: "poliomax", + wTitle: "IM", + wRating: 2554, + bRating: 2511, + id: 663, + }, ]; }