Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 26, 2024
1 parent c9131c6 commit be4846a
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 @@ -7673,5 +7673,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2009,
id: 644,
},
{
date: "2024-03-27",
fen: "8/4bp2/1pk1p1p1/p3K2p/P1P1P2P/2B3P1/5P2/8 b - - 0 34",
solution: ["Kc5", "Bd4+", "Kxc4", "Bxb6", "Kb4"],
gameUrl: "https://lichess.org/cucIa2ud/black#67",
white: "silversid",
black: "Ant1",
wRating: 1634,
bRating: 1673,
id: 645,
},
];
}

1 comment on commit be4846a

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

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

Please sign in to comment.