Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 12, 2023
1 parent 56a4c41 commit 81c20ac
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 @@ -5035,5 +5035,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1738,
id: 417,
},
{
date: "2023-08-13",
fen: "r2qk3/ppp2p2/2n1pn2/5b1r/3PB1p1/P1N3PP/1PP1Q3/2KR2NR b q - 0 15",
solution: ["Nxe4", "Nxe4", "Nxd4", "Qe3", "Bxe4"],
gameUrl: "https://lichess.org/FyYJDV4L/black#29",
white: "Roma_Chess",
black: "FirstCarcass",
wRating: 2165,
bRating: 1775,
id: 418,
},
];
}

1 comment on commit 81c20ac

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

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

Please sign in to comment.