Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jul 16, 2023
1 parent b8e588b commit 0e91041
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 @@ -4714,5 +4714,19 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2365,
id: 390,
},
{
date: "2023-07-17",
fen: "r1b1kb1r/5ppp/p1n1p3/1pp5/2N1n3/5NP1/PPP2PBP/R1BR2K1 w kq - 0 11",
solution: ["Nfe5", "Nxe5", "Bxe4", "Nxc4", "Bxa8"],
gameUrl: "https://lichess.org/lc8fR5aZ/white#20",
white: "DrNykterstein",
black: "PavelMart",
wAka: "Magnus Carlsen",
wTitle: "GM",
bTitle: "FM",
wRating: 3199,
bRating: 2733,
id: 391,
},
];
}

1 comment on commit 0e91041

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

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

Please sign in to comment.