Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 19, 2024
1 parent 530cc3d commit d82e6f5
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 @@ -7253,5 +7253,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2513,
id: 608,
},
{
date: "2024-02-20",
fen: "8/6B1/5p2/pp2b3/2ppk1PP/P7/1PP2K2/8 w - - 2 33",
solution: ["h5", "d3", "cxd3+", "cxd3", "Ke1"],
gameUrl: "https://lichess.org/ehdNSU2G/white#64",
white: "BanshilalRanchi",
black: "raffgier",
wRating: 1949,
bRating: 1986,
id: 609,
},
];
}

1 comment on commit d82e6f5

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

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

Please sign in to comment.