Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 9, 2024
1 parent 09b7fe2 commit a27331e
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 @@ -7130,5 +7130,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2843,
id: 597,
},
{
date: "2024-02-09",
fen: "B3k2r/p1ppBpp1/np6/8/1PPP4/P3q3/3Nn1KP/R2Q1R2 b k - 0 18",
solution: ["Rxh2+", "Kxh2", "Qg3+", "Kh1", "Qh3#"],
gameUrl: "https://lichess.org/l6RoP3cF/black#35",
white: "Zamnas",
black: "n1emand",
wRating: 1568,
bRating: 1667,
id: 598,
},
];
}

1 comment on commit a27331e

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

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

Please sign in to comment.