Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 3, 2024
1 parent ae71fa7 commit 45f44b8
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 @@ -7406,5 +7406,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2591,
id: 621,
},
{
date: "2024-03-04",
fen: "r2q1r2/5pkp/p1bpp3/1pp5/4P1p1/2NP1N2/PPPQ1P2/2K3R1 w - - 0 17",
solution: ["Rxg4+", "Kh8", "Qh6", "Rg8", "Ng5"],
gameUrl: "https://lichess.org/vPZx6dlW/white#32",
white: "batchesss",
black: "Beam_Me_Up",
wRating: 1530,
bRating: 1523,
id: 622,
},
];
}

1 comment on commit 45f44b8

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

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

Please sign in to comment.