Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jul 8, 2023
1 parent cb5b4c3 commit 1240dd9
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 @@ -4624,5 +4624,16 @@ export async function getGames(): Promise<Array<GameType>> {
id: 382,
event: "SuperUnited Rapid & Blitz 2023",
},
{
date: "2023-07-09",
fen: "1r3rk1/pb3pbp/3Np1p1/2pnP3/2Q5/5NP1/Pq3PBP/3RR1K1 w - - 0 20",
solution: ["Rb1", "Qc3", "Qxc3", "Nxc3", "Rxb7"],
gameUrl: "https://lichess.org/MuS7OIFX/white#38",
white: "krolfan",
black: "diWert64",
wRating: 1777,
bRating: 1779,
id: 383,
},
];
}

1 comment on commit 1240dd9

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

Built with commit 1240dd9.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.