Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 28, 2024
1 parent 0489eeb commit 33fdcf2
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 @@ -7695,5 +7695,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2312,
id: 646,
},
{
date: "2024-03-29",
fen: "r1b2rk1/b4ppp/p1p5/1p2q3/6Q1/1P4P1/PB3PBP/R3R1K1 w - - 0 21",
solution: ["Rxe5", "Bxg4", "Rg5", "g6", "Rxg4"],
gameUrl: "https://lichess.org/MyeHN4gn/white#40",
white: "C74228187Jurgen",
black: "romanmj",
wRating: 1729,
bRating: 1685,
id: 647,
},
];
}

1 comment on commit 33fdcf2

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

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

Please sign in to comment.