diff --git a/app/models/game.server.ts b/app/models/game.server.ts index f81c5ca..4480e4d 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -7458,5 +7458,38 @@ export async function getGames(): Promise> { bRating: 2239, id: 625, }, + { + date: "2024-03-08", + fen: "5rk1/pp3p1p/1q1p2p1/3Qp3/3RP1P1/1B5P/PPr5/1K3R2 b - - 0 21", + solution: ["Rc5", "Qxd6", "exd4", "Qxd4", "Rc1+"], + gameUrl: "https://lichess.org/WUBTeWNM/black#41", + white: "Pepau", + black: "rantanplan2000", + wRating: 1841, + bRating: 1652, + id: 626, + }, + { + date: "2024-03-09", + fen: "2br2k1/1p3p1p/1qp3pn/2R2P2/1PN1P3/r2B4/3Q2PP/5RK1 b - - 2 21", + solution: ["Raxd3", "Qxd3", "Qxc5+", "bxc5", "Rxd3"], + gameUrl: "https://lichess.org/tAOuZjJx/black#41", + white: "Bvg57", + black: "kmpongo", + wRating: 1685, + bRating: 1688, + id: 627, + }, + { + date: "2024-03-10", + fen: "8/8/2p2N1P/p1k5/5n2/8/8/7K w - - 0 43", + solution: ["Nd7+", "Kd6", "Nf8", "a4", "h7"], + gameUrl: "https://lichess.org/08NN4rim/white#84", + white: "bmpalmer1961", + black: "Huguesarbre", + wRating: 1609, + bRating: 1613, + id: 628, + }, ]; }