Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Nov 3, 2023
1 parent 1596fd1 commit 21d94c2
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 @@ -6003,5 +6003,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2496,
id: 500,
},
{
date: "2023-11-04",
fen: "2r2br1/5qpk/p4p1p/1p2pP2/3pP1NQ/Pn1P2RP/1P4P1/1RB3K1 w - - 7 27",
solution: ["Bxh6", "gxh6", "Nxf6+", "Qxf6", "Qxf6"],
gameUrl: "https://lichess.org/UzbsVW9u/white#52",
white: "HallsOfValhalla_OFF",
black: "zoranmil50",
wRating: 1881,
bRating: 2212,
id: 501,
},
];
}

1 comment on commit 21d94c2

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

Built with commit 21d94c2.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.