Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Nov 5, 2023
1 parent 121c85b commit 04bcf74
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 @@ -6025,5 +6025,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2004,
id: 502,
},
{
date: "2023-11-06",
fen: "r1q1rk2/1b2b1pp/pp6/8/P3n3/1Q3N2/1PP2PPP/3RR1K1 w - - 2 20",
solution: ["Ne5", "Qf5", "Nd7+", "Qxd7", "Rxd7"],
gameUrl: "https://lichess.org/lzo0jGbn/white#38",
white: "LightDe",
black: "cm16",
wRating: 2078,
bRating: 2148,
id: 503,
},
];
}

1 comment on commit 04bcf74

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

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

Please sign in to comment.