Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 11, 2024
1 parent 300c6d9 commit 0499553
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 @@ -7165,5 +7165,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2165,
id: 600,
},
{
date: "2024-02-12",
fen: "r3k2r/1pq1bpp1/2p1p2p/p1B5/2b1NP2/Q7/PP4PP/R2R2K1 w kq - 4 21",
solution: ["Bxe7", "Qxe7", "Nd6+", "Kf8", "Nxc4"],
gameUrl: "https://lichess.org/0zFgjt4t/white#40",
white: "RichardGier",
black: "Aboyoussef",
wRating: 2307,
bRating: 2354,
id: 601,
},
];
}

1 comment on commit 0499553

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

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

Please sign in to comment.