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 4b862ef commit 03eb662
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 @@ -7809,5 +7809,20 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2131,
id: 656,
},
{
date: "2022-04-08",
fen: "r1bq1rk1/pp2nppp/1bp2n2/4N3/4P3/2PB3P/PP3PP1/RNBQ1RK1 b - - 0 11",
solution: ["Bxh3", "Nc4", "Bg4", "Qc2", "Bc7"],
gameUrl:
"https://lichess.org/broadcast/fide-candidates-2024--open/round-2/GenKIJ8A/PK7eFTkz#21",
white: "Hikaru Nakamura",
black: "Santosh Gujrathi Vidit",
wTitle: "GM",
bTitle: "GM",
wRating: 2789,
bRating: 2727,
id: 657,
event: "FIDE Candidates 2024",
},
];
}

1 comment on commit 03eb662

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

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

Please sign in to comment.