Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 17, 2023
1 parent ce63302 commit 764b813
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 @@ -5094,5 +5094,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1890,
id: 422,
},
{
date: "2023-08-18",
fen: "r3kbnr/ppp2p1p/5q2/4n1p1/2B2B2/2P2QP1/PP5P/RN2K2R w KQkq - 0 12",
solution: ["Qxb7", "Rd8", "Qb5+", "Nd7", "Bxc7"],
gameUrl: "https://lichess.org/ULaOq2JR/white#22",
white: "Kristijan45",
black: "Linson_K_P-2020",
wRating: 1991,
bRating: 1995,
id: 423,
},
];
}

1 comment on commit 764b813

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

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

Please sign in to comment.