Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Apr 12, 2024
1 parent ec4ce7d commit 9b4b596
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7876,5 +7876,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1697,
id: 661,
},
{
date: "2024-04-13",
fen: "4rk2/pp4p1/8/8/2B5/4qP2/PP5R/1R3K2 w - - 9 41",
solution: ["Rh8+", "Ke7", "Rxe8+", "Kxe8", "Re1"],
gameUrl: "https://lichess.org/OLqhgyvq/white#80",
white: "Cheetah2k",
black: "gguth",
wRating: 1954,
bRating: 1978,
id: 662,
},
];
}

0 comments on commit 9b4b596

Please sign in to comment.