Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jan 17, 2024
1 parent bea3b8a commit 1dfff75
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 @@ -6885,5 +6885,39 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2678,
id: 576,
},
{
date: "2024-01-19",
fen: "5r1k/pp1q4/3p3P/4p3/2P5/P3Q1P1/1P3r2/2KR3R b - - 2 27",
solution: ["Qa4", "Rd2", "Rf1+", "Rd1", "Qxd1#"],
gameUrl: "https://lichess.org/Fhf3pqnn/black#53",
white: "Taek98",
black: "Aydinnajafii",
wRating: 1927,
bRating: 1941,
id: 577,
},
{
date: "2024-01-20",
fen: "4qk2/1pQ2ppp/pP3n2/3P1B2/1RP5/6PP/5P1K/3r4 b - - 2 38",
solution: ["Qe1", "Qc8+", "Ne8", "Qc5+", "Kg8"],
gameUrl: "https://lichess.org/ibJZZiVQ/black#75",
white: "Pedjatron",
black: "jmgaetan",
wRating: 1843,
bRating: 1839,
id: 578,
},
{
date: "2024-01-21",
fen: "rn1qk3/ppp2prp/4b3/2b3N1/2p5/2P5/P3QPPP/RNB1K2R w KQq - 0 12",
solution: ["Nxe6", "fxe6", "Qh5+", "Rf7", "Qxc5"],
gameUrl: "https://lichess.org/0XHMPsW3/white#22",
white: "AndrCherr",
black: "coachiran",
wTitle: "FM",
wRating: 2579,
bRating: 2530,
id: 579,
},
];
}

1 comment on commit 1dfff75

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

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

Please sign in to comment.