From c7366471e48f86c290ba5b59164be417ee7c3f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Sat, 16 Mar 2024 22:15:45 +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 dac8b05..be8e144 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -7559,5 +7559,16 @@ export async function getGames(): Promise> { bRating: 2188, id: 634, }, + { + date: "2024-03-17", + fen: "r1bqk1nr/1pp3p1/1pnp3p/5p2/2BpP3/3P3P/PPP2PP1/R1BQK2R w KQkq - 0 10", + solution: ["Qh5+", "Kd7", "Qxf5+", "Ke7", "Qf7#"], + gameUrl: "https://lichess.org/o9jOEUrn/white#18", + white: "Nirvana777", + black: "vollo", + wRating: 1691, + bRating: 1759, + id: 635, + }, ]; }