Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Sep 5, 2023
1 parent eedf2ed commit 045e6ad
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 @@ -5317,5 +5317,20 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: null,
id: 441,
},
{
date: "2023-09-06",
fen: "1q4k1/pp4pp/4b3/2p5/4P3/3P2nP/PPn1NRP1/5Q1K w - - 4 27",
solution: ["Nxg3", "Ne3", "Qe1", "Qxg3", "Rf8+"],
gameUrl: "https://lichess.org/qp2nvue5/white#52",
white: "manwithavan",
black: "recapture",
wTitle: "GM",
bTitle: "GM",
wAka: "Magnus Carlsen",
bAka: "Aryan Tari",
wRating: 2573,
bRating: 2411,
id: 442,
},
];
}

1 comment on commit 045e6ad

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

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

Please sign in to comment.