Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 5, 2024
1 parent 31858a2 commit 39a8279
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 @@ -7093,5 +7093,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2426,
id: 594,
},
{
date: "2024-02-06",
fen: "3r2k1/1p3pp1/p6p/5n2/3B4/3qrN2/1P1R2PP/4Q1K1 w - - 0 33",
solution: ["Bxe3", "Qxe3+", "Qxe3", "Nxe3", "Rxd8+"],
gameUrl: "https://lichess.org/grtWD96z/white#64",
white: "mnqifuqah",
black: "Mike_28",
wRating: 2183,
bRating: 2260,
id: 595,
},
];
}

1 comment on commit 39a8279

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

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

Please sign in to comment.