Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 29, 2024
1 parent 33fdcf2 commit 6f99577
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 @@ -7706,5 +7706,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1685,
id: 647,
},
{
date: "2024-03-30",
fen: "8/5pk1/3rr1p1/3P4/2Q3KP/4P3/5P2/8 b - - 0 63",
solution: ["Re4+", "Qxe4", "f5+", "Qxf5", "gxf5+"],
gameUrl: "https://lichess.org/B7lgLkUG/black#125",
white: "zmrzlinajaatelo",
black: "podjevsky",
wRating: 2301,
bRating: 2210,
id: 648,
},
];
}

1 comment on commit 6f99577

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

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

Please sign in to comment.