Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jan 7, 2024
1 parent 2d22a61 commit 3d2a4a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6752,5 +6752,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1865,
id: 564,
},
{
date: "2024-01-07",
fen: "r3k2r/ppP2ppp/8/4Bb2/2Q1n3/P1N1P1P1/1PP4P/R2K1Bq1 b kq - 1 16",
solution: ["Bg4+", "Kc1", "Qxe3+", "Kb1", "Nd2+"],
gameUrl: "https://lichess.org/yp0lvr2n/black#31",
white: "falcoware",
black: "Berengarius",
wRating: 1608,
bRating: 1659,
id: 565,
},
];
}

1 comment on commit 3d2a4a6

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

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

Please sign in to comment.