Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 13, 2023
1 parent 81c20ac commit 2aa3ce1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5046,5 +5046,18 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1775,
id: 418,
},
{
date: "2023-08-14",
fen: "r3r2k/p3q1pp/1p1pBn2/1NpPn3/P1P2B2/6P1/1Q5P/5RK1 w - - 6 30",
solution: ["Nxd6", "Nd3", "Qd2", "Nxf4", "Nf7+"],
gameUrl: "https://lichess.org/s5dI0Kdu/white#58",
white: "MahammadMuradli2003",
black: "Abdisalimov",
wTitle: "GM",
bTitle: "GM",
wRating: 2714,
bRating: 2699,
id: 419,
},
];
}

1 comment on commit 2aa3ce1

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

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

Please sign in to comment.