Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 23, 2023
1 parent 515e0c3 commit ee39915
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5161,5 +5161,19 @@ export async function getGames(): Promise<Array<GameType>> {
id: 428,
event: "Madrid, 1933",
},
{
date: "2023-08-24",
fen: "6k1/1pbR1p1p/2r3p1/p7/1BnNP3/2P5/5PPP/6K1 b - - 1 28",
solution: ["axb4", "Nxc6", "b3", "Rxc7", "Nd6"],
gameUrl: "https://lichess.org/1u60hIy9#55",
white: "Liviu-Dieter Nisipeanu",
black: "Fabiano Caruana",
wTitle: "GM",
bTitle: "GM",
wRating: 2654,
bRating: 2805,
id: 429,
event: "Dortmund, 2015",
},
];
}

1 comment on commit ee39915

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

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

Please sign in to comment.