Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 10, 2024
1 parent 08c21cb commit 300c6d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7153,5 +7153,17 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2535,
id: 599,
},
{
date: "2024-02-11",
fen: "r6k/1b1qbp2/2p1p2p/2p1P2P/1pP5/1P1PQP2/rB2R1PK/4N3 w - - 0 35",
solution: ["Qxh6+", "Kg8", "Re4", "f5", "exf6"],
gameUrl: "https://lichess.org/rDEzVowG/white#68",
white: "dragonberlin",
black: "Ivan_Bubeshko",
wTitle: "CM",
wRating: 2223,
bRating: 2165,
id: 600,
},
];
}

1 comment on commit 300c6d9

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

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

Please sign in to comment.