Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 17, 2024
1 parent c736647 commit c747bef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7570,5 +7570,17 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1759,
id: 635,
},
{
date: "2024-03-18",
fen: "8/6k1/P7/2p5/5pp1/8/8/4n2K b - - 0 43",
solution: ["f3", "Kg1", "g3", "a7", "f2+"],
gameUrl: "https://lichess.org/g4Mtictl/black#85",
white: "keshav27",
black: "Averbakh_Student",
wTitle: "CM",
wRating: 2319,
bRating: 2417,
id: 636,
},
];
}

1 comment on commit c747bef

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

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

Please sign in to comment.