Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 18, 2023
1 parent 764b813 commit 919ec7c
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 @@ -5105,5 +5105,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1995,
id: 423,
},
{
date: "2023-08-19",
fen: "2r3k1/p4pb1/5p2/q2p1Q1N/1p1P3P/4PP2/Ppr5/1K4RR w - - 0 25",
solution: ["Rxg7+", "Kf8", "Rxf7+", "Kxf7", "Qd7+"],
gameUrl: "https://lichess.org/8UIk1VVp/white#48",
white: "GermanoMosconi",
black: "gioaspe_chess",
wRating: 2245,
bRating: 2271,
id: 424,
},
];
}

1 comment on commit 919ec7c

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

Built with commit 919ec7c.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.