Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 16, 2024
1 parent ccab901 commit 54b0e87
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 @@ -7548,5 +7548,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1824,
id: 633,
},
{
date: "2024-03-16",
fen: "r1bR1rk1/ppQ2p1p/2p1p1p1/2b5/2q3N1/8/P1P2PPP/5RK1 w - - 0 25",
solution: ["Nh6+", "Kg7", "Rxf8", "Bxf8", "Qxf7+"],
gameUrl: "https://lichess.org/x6JcTWrn/white#48",
white: "Weetik",
black: "TrillandoLaFina",
wRating: 2439,
bRating: 2188,
id: 634,
},
];
}

1 comment on commit 54b0e87

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

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

Please sign in to comment.