Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jun 27, 2023
1 parent cd4aa5b commit 5a8bc22
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4478,5 +4478,17 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1986,
id: 371,
},
{
date: "2023-06-28",
fen: "4r1k1/pp1P2pp/2q5/2p5/4b1N1/P4rQP/1P3P2/3RR1K1 b - - 0 29",
solution: ["Rxg3+", "fxg3", "Rd8", "Ne5", "Qa4"],
gameUrl: "https://lichess.org/k0TMI6W3/black#57",
white: "Macrofago",
black: "Hyperkatze",
wTitle: "GM",
wRating: 2669,
bRating: 2387,
id: 372,
},
];
}

1 comment on commit 5a8bc22

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

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

Please sign in to comment.