Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 21, 2023
1 parent a48f795 commit d967d60
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 @@ -5138,5 +5138,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2012,
id: 426,
},
{
date: "2023-08-22",
fen: "r2q2kr/pb1pb2p/1pn1p2p/2p2nBQ/7P/3P2R1/PPP2PP1/RN2K3 w Q - 0 14",
solution: ["Bxe7+", "Nxg3", "Qg4+", "Kf7", "Bxd8"],
gameUrl: "https://lichess.org/uWzibDgK/white#26",
white: "xman_2000",
black: "MichalPawlak",
wRating: 2075,
bRating: 2099,
id: 427,
},
];
}

1 comment on commit d967d60

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

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

Please sign in to comment.