Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 25, 2024
1 parent f41b65e commit c9131c6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7660,5 +7660,18 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2256,
id: 643,
},
{
date: "2024-03-26",
fen: "r3qr1k/pp2p1b1/2p1Qn1p/6p1/P3NB2/6P1/1PP2P1P/R3R1K1 w - - 0 24",
solution: ["Be5", "Nxe4", "Qxh6+", "Kg8", "Qxg7#"],
gameUrl: "https://lichess.org/nOEVaT7U/white#46",
white: "Fins",
black: "nor2009",
wAka: "John Bartholomew",
wTitle: "IM",
wRating: 2648,
bRating: 2009,
id: 644,
},
];
}

1 comment on commit c9131c6

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

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

Please sign in to comment.