Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jan 29, 2024
1 parent 98803c9 commit 27f6c9b
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7014,5 +7014,73 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: null,
id: 587,
},
{
date: "2024-01-30",
fen: "r4rk1/ppp5/4N2p/3Pp2Q/2P5/3b3P/PP3qPK/R7 w - - 0 22",
solution: ["Qg4+", "Kf7", "Qg7+", "Ke8", "Nxc7+"],
gameUrl: "https://lichess.org/0lTKr7Lc/white#42",
white: "DOLNE",
black: "justAorgy",
wRating: 1834,
bRating: 1832,
id: 588,
},
{
date: "2024-01-31",
fen: "1k4rr/pp3p2/3pp3/8/2Pn2P1/P2q1BQ1/1P3RK1/R7 w - - 8 29",
solution: ["Rd1", "Qh7", "Qxd6+", "Ka8", "Qxd4"],
gameUrl: "https://lichess.org/hHDkMoX0/white#56",
white: "fawolizzo",
black: "ronniak2",
wTitle: "FM",
wRating: 2111,
bRating: 1886,
id: 589,
},
{
date: "2024-02-01",
fen: "8/8/2R5/p7/1p2P3/3K4/1kp5/8 b - - 3 62",
solution: ["b3", "Kd2", "a4", "e5", "a3"],
gameUrl: "https://lichess.org/0uoTllMc/black#123",
white: "yunggwap",
black: "Jossbros",
bTitle: "FM",
wRating: 2449,
bRating: 2459,
id: 590,
},
{
date: "2024-02-02",
fen: "r4rk1/2p2p2/2p2Bp1/3p2Pp/5P1Q/1P1Pq2P/3N4/2b2R1K w - h6 0 23",
solution: ["gxh6", "Kh7", "Nf3", "Qxf4", "Ng5+"],
gameUrl: "https://lichess.org/nd9488jG/white#44",
white: "HanafiOsman",
black: "Mrtrola43",
wRating: 1756,
bRating: 1776,
id: 591,
},
{
date: "2024-02-03",
fen: "q3r1k1/5ppp/3p1b2/1Np5/2P1b3/5B1P/1P3PP1/3Q1RK1 w - - 0 19",
solution: ["Nc7", "Bxf3", "gxf3", "Qd8", "Nxe8"],
gameUrl: "https://lichess.org/1wiqsUaf/white#36",
white: "Artyul1",
black: "francescfb",
wRating: 1644,
bRating: 1738,
id: 592,
},
{
date: "2024-02-04",
fen: "8/8/4kp2/5Pp1/5P2/6K1/8/8 b - - 0 40",
solution: ["Kxf5", "fxg5", "Kxg5", "Kf3", "Kf5"],
gameUrl: "https://lichess.org/w4eSiyly/black#79",
white: "the_408",
black: "Matuzkov_Oleg",
wRating: 1621,
bRating: 1694,
id: 593,
},
];
}

0 comments on commit 27f6c9b

Please sign in to comment.