Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 25, 2024
1 parent 4608cb5 commit b8c40fb
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 @@ -7322,5 +7322,17 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1816,
id: 614,
},
{
date: "2024-02-26",
fen: "1r4k1/1q4pp/b3p3/p2pN3/P2P4/5QR1/2P2P1P/2K5 b - - 4 28",
solution: ["Qb2+", "Kd2", "Qxd4+", "Nd3", "Bxd3"],
gameUrl: "https://lichess.org/uv0wXgnR/black#55",
white: "Alexr58",
black: "Bondarenko-Dmitriy",
wTitle: "IM",
wRating: 2441,
bRating: 2257,
id: 615,
},
];
}

1 comment on commit b8c40fb

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

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

Please sign in to comment.