Skip to content

Commit

Permalink
Add more games
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 3, 2023
1 parent 467a6eb commit ad9f1a5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4937,5 +4937,39 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1982,
id: 409,
},
{
date: "2023-08-05",
fen: "r6r/p3p3/1q2pkp1/3p2N1/7Q/P1N5/1n3PPP/R5K1 w - - 3 23",
solution: ["Qf4+", "Kg7", "Qf7+", "Kh6", "Nxe6"],
gameUrl: "https://lichess.org/tIpGMcrE/white#44",
white: "Corniek",
black: "Vitoff",
wRating: 2018,
bRating: 2026,
id: 410,
},
{
date: "2023-08-06",
fen: "3r2k1/p4ppp/P3p3/1p6/3r4/R2PQ1P1/2q2P1P/R5K1 w - - 3 27",
solution: ["Rc1", "Qb2", "Rb3", "Qxb3", "Qxd4"],
gameUrl: "https://lichess.org/xL0O9i60/white#52",
white: "papuchi43",
black: "Denizcan61",
bTitle: "NM",
wRating: 2625,
bRating: 2597,
id: 411,
},
{
date: "2023-08-07",
fen: "8/pp4r1/2p3np/6k1/P1P3P1/1P2R1KP/5P2/8 w - - 3 43",
solution: ["Re6", "h5", "f4+", "Kh6", "f5"],
gameUrl: "https://lichess.org/M6bgKS42/white#84",
white: "SchachNerd",
black: "negi2613",
wRating: 1768,
bRating: 1810,
id: 412,
},
];
}

1 comment on commit ad9f1a5

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

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

Please sign in to comment.