diff --git a/app/models/game.server.ts b/app/models/game.server.ts index bb37d3b..b270e09 100644 --- a/app/models/game.server.ts +++ b/app/models/game.server.ts @@ -7739,5 +7739,38 @@ export async function getGames(): Promise> { bRating: 1815, id: 650, }, + { + date: "2024-04-02", + fen: "6k1/n5r1/1p2p3/pP1pP1q1/P2Pbn1p/2R1N1pP/3QB1P1/4N1K1 b - - 0 42", + solution: ["Bxg2", "N1xg2", "Nxh3+", "Kf1", "Nf2"], + gameUrl: "https://lichess.org/1XlwiZZn/black#83", + white: "Begimot_2020", + black: "chessdancer4", + wRating: 2164, + bRating: 2054, + id: 651, + }, + { + date: "2024-04-03", + fen: "r4bn1/pb1q4/1p1p2kp/2pNp3/4P3/2NPP3/PPP2QPP/5RK1 w - - 2 20", + solution: ["Nf6", "Nxf6", "Qxf6+", "Kh7", "Qf7+"], + gameUrl: "https://lichess.org/mqZJ5uoN/white#38", + white: "TUNAHANKUZUCUss", + black: "Kinseton", + wRating: 1899, + bRating: 1813, + id: 652, + }, + { + date: "2024-04-04", + fen: "3r2k1/ppqbbp1p/4p1pB/6Nn/8/1BP4Q/PP3PPP/4R1K1 w - - 5 22", + solution: ["Nxf7", "Kxf7", "Rxe6", "Bxe6", "Qxe6+"], + gameUrl: "https://lichess.org/7ubd7uEo/white#42", + white: "VanjaMoscow71", + black: "stoni111121", + wRating: 2032, + bRating: 2355, + id: 653, + }, ]; }