Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 18, 2024
1 parent 495ea76 commit 380be83
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 @@ -7231,5 +7231,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2055,
id: 606,
},
{
date: "2024-02-18",
fen: "3rr1k1/p1p2pp1/1pp4p/3b1N2/5R2/1NQ3PP/1PP1qP2/2KR4 b - - 3 26",
solution: ["Qxd1+", "Kxd1", "Bf3+", "Kc1", "Rd1#"],
gameUrl: "https://lichess.org/Cbe0N3GK/black#51",
white: "Wizzard1",
black: "batuak10",
wRating: 1781,
bRating: 1780,
id: 607,
},
];
}

1 comment on commit 380be83

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

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

Please sign in to comment.