Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jan 14, 2024
1 parent 9e143b0 commit bea3b8a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6841,5 +6841,49 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1950,
id: 572,
},
{
date: "2024-01-15",
fen: "r3q1k1/2pn2pn/4N3/pp1QP2p/1b2N2P/1P4P1/PBP3K1/5R2 b - - 1 25",
solution: ["Nb6", "Nxc7+", "Nxd5", "Nxe8", "Rxe8"],
gameUrl: "https://lichess.org/y9w3x3SF/black#49",
white: "charis_15",
black: "Adenbenze21",
wRating: 2397,
bRating: 2413,
id: 573,
},
{
date: "2024-01-16",
fen: "3r1rk1/pp3ppp/1q2p3/8/3nQB2/1P3N2/P1P2bPP/R2R1K2 w - - 2 16",
solution: ["Kxf2", "Nxc2+", "Be3", "Nxe3", "Qxe3"],
gameUrl: "https://lichess.org/iWOWRbQr/white#30",
white: "ishan4680",
black: "tournamentchampion",
wRating: 1593,
bRating: 1671,
id: 574,
},
{
date: "2024-01-17",
fen: "r3k2r/ppp2Npp/8/3pp3/3n2bq/1B4P1/PPPP4/RNB2QKR b kq - 0 12",
solution: ["Qxg3+", "Qg2", "Nf3+", "Kf1", "Qe1#"],
gameUrl: "https://lichess.org/q9VqmAbC/black#23",
white: "gurishrattan",
black: "laureline",
wRating: 1822,
bRating: 1824,
id: 575,
},
{
date: "2024-01-18",
fen: "2r2b1k/1bq2p1p/3p1p2/p3pP2/4P1R1/1N4Q1/P1PR2PP/1K6 b - - 3 25",
solution: ["Bh6", "Qh4", "Bg5", "Rxg5", "fxg5"],
gameUrl: "https://lichess.org/uFRjzYgG/black#49",
white: "SHORT21",
black: "jarming",
wRating: 2633,
bRating: 2678,
id: 576,
},
];
}

1 comment on commit bea3b8a

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

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

Please sign in to comment.