Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jan 22, 2024
1 parent e7ec424 commit 13a5e03
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 @@ -6944,5 +6944,17 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1847,
id: 581,
},
{
date: "2024-01-24",
fen: "1rb1k2r/2qp2p1/p1p1p2n/2b1Pp2/N7/1P4P1/P1PB1PB1/R2QR1K1 b k - 2 15",
solution: ["Bxf2+", "Kxf2", "Ng4+", "Kf1", "Qa7"],
gameUrl: "https://lichess.org/EtTglHMV/black#29",
white: "VfL1848",
black: "Chess-Orca",
bTitle: "FM",
wRating: 2412,
bRating: 2571,
id: 582,
},
];
}

1 comment on commit 13a5e03

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

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

Please sign in to comment.