Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 3, 2023
1 parent 434c028 commit 467a6eb
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 @@ -4926,5 +4926,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2710,
id: 408,
},
{
date: "2023-08-04",
fen: "2kr3r/ppp2ppp/5n2/2b1P3/3n2b1/4BN2/PPP2KPP/R3QB1R b - - 5 14",
solution: ["Ne4+", "Kg1", "Nxc2", "Bxc5", "Nxe1"],
gameUrl: "https://lichess.org/5LoKGkGY/black#27",
white: "tony307",
black: "nargol",
wRating: 1957,
bRating: 1982,
id: 409,
},
];
}

1 comment on commit 467a6eb

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

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

Please sign in to comment.