Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 18, 2024
1 parent c93080c commit f2f9a78
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7626,17 +7626,5 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1743,
id: 640,
},
{
date: "2024-03-23",
fen: "2r2b1k/1bq2p1p/3p1p2/p3pP2/4P1R1/1N4Q1/P1PR2PP/1K6 b - - 3 25",
solution: ["Bh6", "Qh4", "Bg5", "Rxg5", "fxg5"],
gameUrl: "https://lichess.org/uFRjzYgG/black#49",
white: "SHORT21",
black: "jarming",
bTitle: "FM",
wRating: 2633,
bRating: 2678,
id: 641,
},
];
}

1 comment on commit f2f9a78

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

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

Please sign in to comment.