Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 14, 2024
1 parent ad6b1fe commit d0289cb
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 @@ -7526,5 +7526,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2447,
id: 631,
},
{
date: "2024-03-14",
fen: "4r1k1/4Bp2/pp3Pp1/3p3p/5P1P/3K1n2/PP6/4R3 w - - 2 33",
solution: ["Rh1", "Rc8", "Ke3", "Nxh4", "Rxh4"],
gameUrl: "https://lichess.org/BBO1aUD6/white#64",
white: "Lorenzo64",
black: "woyyytek",
wRating: 1866,
bRating: 1619,
id: 632,
},
];
}

1 comment on commit d0289cb

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

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

Please sign in to comment.