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 9b4b596 commit bd85c39
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 @@ -7887,5 +7887,17 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1978,
id: 662,
},
{
date: "2024-04-14",
fen: "8/8/4p3/6k1/Pp1p4/5K1P/2P5/8 b - - 1 37",
solution: ["d3", "Ke3", "dxc2", "Kd2", "b3"],
gameUrl: "https://lichess.org/XmEIHKbe/black#73",
white: "Chess_Nomad",
black: "poliomax",
wTitle: "IM",
wRating: 2554,
bRating: 2511,
id: 663,
},
];
}

0 comments on commit bd85c39

Please sign in to comment.