Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 17, 2024
1 parent 74d886f commit 495ea76
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 @@ -7220,5 +7220,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1858,
id: 605,
},
{
date: "2024-02-17",
fen: "8/1Pk5/2P5/2K3p1/4p1P1/4N2P/5p2/4b3 b - - 2 53",
solution: ["Bd2", "Nd5+", "Kb8", "Kb6", "Ba5+"],
gameUrl: "https://lichess.org/wqwRUFvO/black#105",
white: "Amjadchess",
black: "luck5",
wRating: 2335,
bRating: 2055,
id: 606,
},
];
}

1 comment on commit 495ea76

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

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

Please sign in to comment.