Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 7, 2024
1 parent 8a9e82f commit 265f5ec
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7458,5 +7458,38 @@ export async function getGames(): Promise<Array<GameType>> {
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,
},
];
}

1 comment on commit 265f5ec

@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-jn5rueceu-assios.vercel.app

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

Please sign in to comment.