Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 27, 2023
1 parent 578aedf commit bd83b77
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5211,5 +5211,17 @@ export async function getGames(): Promise<Array<GameType>> {
id: 432,
event: "Wijk aan Zee, 1999",
},
{
date: "2023-08-28",
fen: "r1b2r1k/4qp1p/p2ppb1Q/4nP2/1p1NP3/2N5/PPP4P/2KR1BR1 w - - 4 18",
solution: ["Nc6", "Nxc6", "e5", "Bg5+", "Rxg5"],
gameUrl: "https://lichess.org/Lcd69rwK#34",
white: "Ratmir Kholmov",
black: "David Bronstein",
wRating: null,
bRating: null,
id: 433,
event: "Wijk aan Zee, 1999",
},
];
}

1 comment on commit bd83b77

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

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

Please sign in to comment.