Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Nov 21, 2023
1 parent cf39f34 commit 287ea78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6206,5 +6206,17 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1778,
id: 518,
},
{
date: "2023-11-22",
fen: "r2q2k1/5rpp/1p1pp3/p1b5/2P1N1n1/PP4P1/1B2PPKP/R2Q1R2 b - - 2 15",
solution: ["Bxf2", "Qxd6", "Ne3+", "Kh1", "Nxf1"],
gameUrl: "https://lichess.org/8ePtsVWi/black#29",
white: "Chibre51",
black: "berval",
bTitle: "FM",
wRating: 2484,
bRating: 2603,
id: 519,
},
];
}

1 comment on commit 287ea78

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

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

Please sign in to comment.