Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 31, 2024
1 parent 66e996d commit 22aab86
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7730,14 +7730,26 @@ export async function getGames(): Promise<Array<GameType>> {
},
{
date: "2024-04-01",
fen: "4kb1r/p2r1ppp/4qn2/1B2p1B1/4P3/1Q6/PPP2PPP/2KR4 w k - 2 15",
solution: ["Bxd7+", "Nxd7", "Qb8+", "Nxb8", "Rd8#"],
gameUrl: "https://lichess.org/nO0C53Qs#28",
white: "Paul Morphy",
black: "Duke Karl",
event: "Opera Game, 1858",
wRating: null,
bRating: null,
id: 650,
},
{
date: "2024-04-02",
fen: "8/5p1p/2RR2p1/1p2k3/7P/4p1P1/5r2/6K1 b - - 1 38",
solution: ["Rd2", "Rf6", "Rd1+", "Kg2", "e2"],
gameUrl: "https://lichess.org/vWJoS9hR/black#75",
white: "destructor55",
black: "Heliya",
wRating: 1881,
bRating: 1815,
id: 650,
id: 651,
},
];
}

1 comment on commit 22aab86

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

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

Please sign in to comment.