Skip to content

Commit

Permalink
Add games
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jan 9, 2024
1 parent e3dbca0 commit 9e143b0
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6785,5 +6785,61 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1777,
id: 567,
},
{
date: "2024-01-10",
fen: "5k2/6p1/1p2ppPP/p2p4/1P1P4/2P2RK1/8/6r1 w - - 1 40",
solution: ["Kh2", "Rxg6", "h7", "Rh6+", "Rh3"],
gameUrl: "https://lichess.org/bXNg5V8R/white#78",
white: "zoran86",
black: "BlueDune",
wRating: 1987,
bRating: 1963,
id: 568,
},
{
date: "2024-01-11",
fen: "3r1rk1/1pq1R1pp/p7/3Q4/8/2N5/PPP2PPb/R6K b - - 3 19",
solution: ["Rxd5", "Rxc7", "Rh5", "g3", "Bxg3+"],
gameUrl: "https://lichess.org/j1CUA6Sf/black#37",
white: "gcc-0023",
black: "jesusmor",
wRating: 1752,
bRating: 1754,
id: 569,
},
{
date: "2024-01-12",
fen: "4rrk1/pp1n1pq1/2p1p1p1/3n2Np/3P3Q/3B2R1/PPP3PP/5RK1 w - - 5 19",
solution: ["Nxf7", "Rxf7", "Rxg6", "Rxf1+", "Kxf1"],
gameUrl: "https://lichess.org/DknbdVCV/white#36",
white: "imsorrycheckmate",
black: "Vladyslav-Khil",
wTitle: "NM",
wRating: 2503,
bRating: 2627,
id: 570,
},
{
date: "2024-01-13",
fen: "r2q1rk1/1b4p1/2p1p2p/1p1pNpPQ/3P3P/p1bB4/2P2P2/R4RK1 w - f6 0 20",
solution: ["gxh6", "Rf6", "hxg7", "Kxg7", "Kh1"],
gameUrl: "https://lichess.org/GpV6gV7w/white#38",
white: "alxsbg",
black: "Cvetok1956",
wRating: 1952,
bRating: 1947,
id: 571,
},
{
date: "2024-01-14",
fen: "8/p7/7P/3B4/1k2P3/1P1K1P1p/7b/8 b - - 0 42",
solution: ["Be5", "f4", "h2", "fxe5", "h1=Q"],
gameUrl: "https://lichess.org/mdiui4d9/black#83",
white: "Zimapeshka",
black: "Yusuffismail",
wRating: 1839,
bRating: 1950,
id: 572,
},
];
}

1 comment on commit 9e143b0

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

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

Please sign in to comment.