Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Apr 10, 2024
1 parent 5df1a43 commit f6c5b34
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 @@ -7839,5 +7839,16 @@ export async function getGames(): Promise<Array<GameType>> {
id: 658,
event: "FIDE Women's Candidates 2024",
},
{
date: "2024-04-10",
fen: "2b3k1/4bp2/p3pnBQ/3pN1B1/PpnP4/4P1N1/1q3PPK/8 b - - 0 32",
solution: ["Nxe5", "Kh3", "Nxg6", "Bxf6", "Bxf6"],
gameUrl: "https://lichess.org/SBUMyQ8N/black#63",
white: "teachmehowtoXD",
black: "foremangeor",
wRating: 2667,
bRating: 2561,
id: 659,
},
];
}

1 comment on commit f6c5b34

@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-ef8bx7ihn-asbjrn-steinskogs-projects.vercel.app

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

Please sign in to comment.