Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 25, 2023
1 parent fb99d00 commit a5c4944
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 @@ -5186,5 +5186,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1930,
id: 430,
},
{
date: "2023-08-26",
fen: "r1b2rk1/p1qn1ppp/3bp3/2pp4/5P2/1P1BP3/PBP3PP/RN1Q1RK1 w - - 0 12",
solution: ["Bxh7+", "Kxh7", "Qh5+", "Kg8", "Bxg7"],
gameUrl: "https://lichess.org/kmN8kC2U/white#22",
white: "Rabubaya1",
black: "SsuperJavii",
wRating: 1671,
bRating: 1691,
id: 431,
},
];
}

1 comment on commit a5c4944

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

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

Please sign in to comment.