From 1dfff7570c5b57b05ee9180bbbc11f027c2f5f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Wed, 17 Jan 2024 22:32:14 +0100 Subject: [PATCH] m --- app/models/game.server.ts | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/app/models/game.server.ts b/app/models/game.server.ts index 0d400a6..72f8eb8 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -6885,5 +6885,39 @@ export async function getGames(): Promise> { bRating: 2678, id: 576, }, + { + date: "2024-01-19", + fen: "5r1k/pp1q4/3p3P/4p3/2P5/P3Q1P1/1P3r2/2KR3R b - - 2 27", + solution: ["Qa4", "Rd2", "Rf1+", "Rd1", "Qxd1#"], + gameUrl: "https://lichess.org/Fhf3pqnn/black#53", + white: "Taek98", + black: "Aydinnajafii", + wRating: 1927, + bRating: 1941, + id: 577, + }, + { + date: "2024-01-20", + fen: "4qk2/1pQ2ppp/pP3n2/3P1B2/1RP5/6PP/5P1K/3r4 b - - 2 38", + solution: ["Qe1", "Qc8+", "Ne8", "Qc5+", "Kg8"], + gameUrl: "https://lichess.org/ibJZZiVQ/black#75", + white: "Pedjatron", + black: "jmgaetan", + wRating: 1843, + bRating: 1839, + id: 578, + }, + { + date: "2024-01-21", + fen: "rn1qk3/ppp2prp/4b3/2b3N1/2p5/2P5/P3QPPP/RNB1K2R w KQq - 0 12", + solution: ["Nxe6", "fxe6", "Qh5+", "Rf7", "Qxc5"], + gameUrl: "https://lichess.org/0XHMPsW3/white#22", + white: "AndrCherr", + black: "coachiran", + wTitle: "FM", + wRating: 2579, + bRating: 2530, + id: 579, + }, ]; }