Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 24, 2024
1 parent 4dace47 commit f41b65e
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 @@ -7649,5 +7649,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2323,
id: 642,
},
{
date: "2024-03-25",
fen: "1r6/2k5/1r1p2p1/4pp1p/1n2PP2/3PK1PP/1R2N3/1R6 b - - 1 31",
solution: ["Nd5+", "exd5", "Rxb2", "Rxb2", "Rxb2"],
gameUrl: "https://lichess.org/NuIDKNdD/black#61",
white: "andreu666",
black: "crestchess",
wRating: 2179,
bRating: 2256,
id: 643,
},
];
}

1 comment on commit f41b65e

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

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

Please sign in to comment.