Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 22, 2024
1 parent 4e196f2 commit 2953a33
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7287,5 +7287,18 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2553,
id: 611,
},
{
date: "2024-02-23",
fen: "1r3r1k/4N1pp/8/5pQP/2pP4/qp2P1P1/b4PBK/2n2R2 w - - 0 41",
solution: ["Ng6+", "Kg8", "Bd5+", "Rf7", "Qxf5"],
gameUrl: "https://lichess.org/kVUSCxkH/white#80",
white: "Assios",
black: "MasterChessDojo",
wTitle: "LM",
bTitle: "NM",
wRating: 2268,
bRating: 2131,
id: 612,
},
];
}

1 comment on commit 2953a33

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

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

Please sign in to comment.