Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 15, 2023
1 parent c43267a commit 8379b5b
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 @@ -5072,5 +5072,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2697,
id: 420,
},
{
date: "2023-08-16",
fen: "4k2r/qbQnbpp1/3p4/1B4P1/1P1pPPp1/P7/3BN3/5RK1 b k - 0 23",
solution: ["d3+", "Rf2", "Rh1+", "Kxh1", "Bxe4+"],
gameUrl: "https://lichess.org/jyPeRdK6/black#45",
white: "Shustrick",
black: "Doxxs",
wRating: 2456,
bRating: 2503,
id: 421,
},
];
}

1 comment on commit 8379b5b

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

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

Please sign in to comment.