Skip to content

Commit 3ac6654

Browse files
committed
Add game
1 parent 9b4b596 commit 3ac6654

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/models/game.server.ts

+12
Original file line numberDiff line numberDiff line change
@@ -7887,5 +7887,17 @@ export async function getGames(): Promise<Array<GameType>> {
78877887
bRating: 1978,
78887888
id: 662,
78897889
},
7890+
{
7891+
date: "2024-04-14",
7892+
fen: "8/8/4p3/6k1/Pp1p4/5K1P/2P5/8 b - - 1 37",
7893+
solution: ["d3", "Ke3", "dxc2", "Kd2", "b3"],
7894+
gameUrl: "https://lichess.org/XmEIHKbe/black#73",
7895+
white: "Chess_Nomad",
7896+
black: "poliomax",
7897+
wTitle: "IM",
7898+
wRating: 2554,
7899+
bRating: 2511,
7900+
id: 663,
7901+
},
78907902
];
78917903
}

0 commit comments

Comments
 (0)