Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 20, 2024
1 parent d82e6f5 commit f11fe3c
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 @@ -7264,5 +7264,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1986,
id: 609,
},
{
date: "2024-02-21",
fen: "rnb2rk1/pp2bpp1/2pp1nqp/4p3/2BPP3/P1N1BQ2/1PP1NPPP/R4RK1 b - - 0 10",
solution: ["Bg4", "Qg3", "Nh5", "Qh4", "Bxh4"],
gameUrl: "https://lichess.org/h4YLmqPK/black#19",
white: "aVZalovalbert",
black: "Ivan-gso",
wRating: 1604,
bRating: 1604,
id: 610,
},
];
}

1 comment on commit f11fe3c

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

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

Please sign in to comment.