Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 21, 2024
1 parent f11fe3c commit 4e196f2
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 @@ -7275,5 +7275,17 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1604,
id: 610,
},
{
date: "2024-02-22",
fen: "2q2bk1/5p2/6pp/2NP1b2/1r2N3/1P2Q2P/6P1/2R4K b - - 4 33",
solution: ["Bxe4", "Nxe4", "Rxe4", "Rxc8", "Rxe3"],
gameUrl: "https://lichess.org/Bl1XZBRt/black#65",
white: "AMMs",
black: "BraveHeartIndian",
bTitle: "IM",
wRating: 2453,
bRating: 2553,
id: 611,
},
];
}

1 comment on commit 4e196f2

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

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

Please sign in to comment.