From bea3b8ac44d99c5d07ce18920fa86d443e5a6218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Steinskog?= Date: Sun, 14 Jan 2024 22:11:49 +0100 Subject: [PATCH] Add game --- app/models/game.server.ts | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/app/models/game.server.ts b/app/models/game.server.ts index d27748f..0d400a6 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -6841,5 +6841,49 @@ export async function getGames(): Promise> { bRating: 1950, id: 572, }, + { + date: "2024-01-15", + fen: "r3q1k1/2pn2pn/4N3/pp1QP2p/1b2N2P/1P4P1/PBP3K1/5R2 b - - 1 25", + solution: ["Nb6", "Nxc7+", "Nxd5", "Nxe8", "Rxe8"], + gameUrl: "https://lichess.org/y9w3x3SF/black#49", + white: "charis_15", + black: "Adenbenze21", + wRating: 2397, + bRating: 2413, + id: 573, + }, + { + date: "2024-01-16", + fen: "3r1rk1/pp3ppp/1q2p3/8/3nQB2/1P3N2/P1P2bPP/R2R1K2 w - - 2 16", + solution: ["Kxf2", "Nxc2+", "Be3", "Nxe3", "Qxe3"], + gameUrl: "https://lichess.org/iWOWRbQr/white#30", + white: "ishan4680", + black: "tournamentchampion", + wRating: 1593, + bRating: 1671, + id: 574, + }, + { + date: "2024-01-17", + fen: "r3k2r/ppp2Npp/8/3pp3/3n2bq/1B4P1/PPPP4/RNB2QKR b kq - 0 12", + solution: ["Qxg3+", "Qg2", "Nf3+", "Kf1", "Qe1#"], + gameUrl: "https://lichess.org/q9VqmAbC/black#23", + white: "gurishrattan", + black: "laureline", + wRating: 1822, + bRating: 1824, + id: 575, + }, + { + date: "2024-01-18", + fen: "2r2b1k/1bq2p1p/3p1p2/p3pP2/4P1R1/1N4Q1/P1PR2PP/1K6 b - - 3 25", + solution: ["Bh6", "Qh4", "Bg5", "Rxg5", "fxg5"], + gameUrl: "https://lichess.org/uFRjzYgG/black#49", + white: "SHORT21", + black: "jarming", + wRating: 2633, + bRating: 2678, + id: 576, + }, ]; }