Skip to content

Commit

Permalink
Add games
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jan 7, 2024
1 parent 3d2a4a6 commit a70d7d9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6763,5 +6763,27 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1659,
id: 565,
},
{
date: "2024-01-08",
fen: "1k2r3/p3b3/3rQp1p/4p3/1q2R3/1B1P4/1PP2PPP/5RK1 b - - 4 25",
solution: ["Rxe6", "Rxb4+", "Bxb4", "Bxe6", "Rxe6"],
gameUrl: "https://lichess.org/lXpXFqHz/black#49",
white: "csis",
black: "SetiawanOwO",
wRating: 1525,
bRating: 1516,
id: 566,
},
{
date: "2024-01-09",
fen: "1r6/1R5R/5p2/5k2/K6P/1ppP4/8/8 b - - 1 34",
solution: ["Rxb7", "Rxb7", "c2", "Rc7", "b2"],
gameUrl: "https://lichess.org/FuAgF9tX/black#67",
white: "paranoiaslays",
black: "TUGRFH",
wRating: 1799,
bRating: 1777,
id: 567,
},
];
}

1 comment on commit a70d7d9

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

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

Please sign in to comment.