Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Apr 7, 2024
1 parent 03eb662 commit a3fdad8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7824,5 +7824,20 @@ export async function getGames(): Promise<Array<GameType>> {
id: 657,
event: "FIDE Candidates 2024",
},
{
date: "2022-04-09",
fen: "r2qr1k1/pppbbpp1/3p3p/6N1/3B2nP/2PB4/PPPQ1PP1/2KR3R w - - 2 14",
solution: ["Nxf7", "Kxf7", "Bc4+", "Kf8", "Qd3"],
gameUrl:
"https://lichess.org/broadcast/fide-candidates-2024--women/round-3/iHJboPh9/BBYRpZNc#26",
white: "Rameshbabu Vaishali",
black: "Nurgyul Salimova",
wTitle: "IM",
bTitle: "IM",
wRating: 2475,
bRating: 2432,
id: 658,
event: "FIDE Women's Candidates 2024",
},
];
}

1 comment on commit a3fdad8

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

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

Please sign in to comment.