Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 11, 2023
1 parent 8829b39 commit 56a4c41
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 @@ -5024,5 +5024,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2641,
id: 416,
},
{
date: "2023-08-12",
fen: "q3r1k1/5ppp/3p1b2/1Np5/2P1b3/5B1P/1P3PP1/3Q1RK1 w - - 0 19",
solution: ["Nc7", "Bxf3", "gxf3", "Qd8", "Nxe8"],
gameUrl: "https://lichess.org/1wiqsUaf/white#36",
white: "Artyul1",
black: "francescfb",
wRating: 1644,
bRating: 1738,
id: 417,
},
];
}

1 comment on commit 56a4c41

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

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

Please sign in to comment.