Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 5, 2023
1 parent ad9f1a5 commit 8dfedb0
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4971,5 +4971,46 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1810,
id: 412,
},
{
date: "2023-08-08",
fen: "rnbq1rk1/5ppp/p2p4/3Pp3/Npp1P3/8/PP1B2PP/R2QKB1R b KQ - 0 13",
solution: ["Qh4+", "g3", "Qxe4+", "Qe2", "Qxh1"],
gameUrl: "https://lichess.org/FriO2hwN/black#25",
white: "Tschess05",
black: "Wollongong2021",
wTitle: "FM",
wRating: 2844,
bRating: 3012,
id: 413,
},
{
date: "2023-08-09",
fen: "3q1r1k/p2p1p1p/1pn1pP2/8/3r3Q/P2R4/5PPP/5RK1 w - - 0 25",
solution: ["Qh6", "Rg8", "Rh3", "Rxg2+", "Kxg2"],
gameUrl: "https://lichess.org/79iwrr3F/white#48",
white: "Federicov93",
black: "DrNykterstein",
wTitle: "GM",
bTitle: "GM",
wAka: "Federico Perez Ponsa",
bAka: "Magnus Carlsen",
wRating: 2920,
bRating: 3092,
id: 414,
},
{
date: "2023-08-10",
fen: "r4rk1/p1p2p2/1p4bQ/6b1/2BP2q1/8/P4P1P/2B1RK2 w - - 0 23",
solution: ["Qxg6+", "Kh8", "Qxg5", "Qh3+", "Qg2"],
gameUrl: "https://lichess.org/f14popMR/white#44",
white: "FakeBruceLee",
black: "tactinhos2900",
wAka: "Zaur Mammadov",
wTitle: "GM",
bTitle: "FM",
wRating: 2786,
bRating: 2666,
id: 415,
},
];
}

1 comment on commit 8dfedb0

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

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

Please sign in to comment.