Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 11, 2024
1 parent 0499553 commit 12f4fcf
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 @@ -7176,5 +7176,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2354,
id: 601,
},
{
date: "2024-02-13",
fen: "3q1r1k/1b5p/pp2Q1p1/8/PP1Rp3/2r4P/B5PB/5R1K b - - 0 27",
solution: ["Rxf1+", "Bg1", "Rxg1+", "Kxg1", "Qxd4+"],
gameUrl: "https://lichess.org/mEto9Ttz/black#53",
white: "timur816",
black: "victorgabino",
wRating: 1979,
bRating: 2002,
id: 602,
},
];
}

1 comment on commit 12f4fcf

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

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

Please sign in to comment.