Skip to content

Commit

Permalink
Add games
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Apr 1, 2024
1 parent 22aab86 commit d8f5d5f
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7751,5 +7751,63 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1815,
id: 651,
},
{
date: "2024-04-03",
fen: "5r2/rp1b3k/7p/p2Bnpp1/1bPp4/3q2P1/2QB1PNP/3RR1K1 w - - 0 28",
solution: ["Qxd3", "Nxd3", "Bxb4", "Nxb4", "Re7+"],
gameUrl: "https://lichess.org/21x382Ho/white#54",
white: "Klavdia_Nik",
black: "Insterburg",
wTitle: "WGM",
bTitle: "NM",
wRating: 2299,
bRating: 2358,
id: 652,
},
{
date: "2024-04-04",
fen: "r4rk1/pp3pp1/5bqp/P2p4/2pP2b1/2P2N2/1P1N1PB1/RQ2R1K1 b - - 3 22",
solution: ["Bf5", "Qd1", "Bh3", "Kf1", "Bxg2+"],
gameUrl: "https://lichess.org/tio749Wi/black#43",
white: "lsdc",
black: "MacMadif",
wRating: 1755,
bRating: 1658,
id: 653,
},
{
date: "2024-04-05",
fen: "r1b1k2r/ppp2pp1/2pq4/2b5/4P3/2P3P1/PP1PQ1PP/R1B1KB1R b KQkq - 0 11",
solution: ["Rxh2", "Rxh2", "Qxg3+", "Kd1", "Bg4"],
gameUrl: "https://lichess.org/Kk8pJjcb/black#21",
white: "Puzzlertraining",
black: "fallenprodigy",
wRating: 2112,
bRating: 2108,
id: 654,
},
{
date: "2024-04-06",
fen: "8/5pp1/7p/2p1k3/2Pb4/2BB2P1/1pK4P/rR6 b - - 12 39",
solution: ["Rxb1", "Kxb1", "Bxc3", "Kc2", "Kd4"],
gameUrl: "https://lichess.org/8hto1HBG/black#77",
white: "DarkKnight8750",
black: "Sonata2",
wTitle: "CM",
wRating: 2432,
bRating: 2364,
id: 655,
},
{
date: "2024-04-07",
fen: "8/1p6/p1p5/P4k1P/1r6/4Bp1N/5P2/7K b - - 1 50",
solution: ["Rh4", "Kh2", "Kg4", "h6", "Rxh3+"],
gameUrl: "https://lichess.org/7BxC1y9W/black#99",
white: "Kwankyung2",
black: "AlKornocke",
wRating: 2204,
bRating: 2131,
id: 656,
},
];
}

1 comment on commit d8f5d5f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for chessguessr ready!

✅ Preview
https://chessguessr-jusfztefb-assios.vercel.app

Built with commit d8f5d5f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.