Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 6, 2024
1 parent 6b08750 commit 233b1d4
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 @@ -7447,5 +7447,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 3112,
id: 624,
},
{
date: "2024-03-07",
fen: "4q1k1/pb5p/1p4p1/2pP1pB1/2Qb4/5BP1/PP3P1P/6K1 w - - 0 28",
solution: ["d6+", "Qf7", "Qxf7+", "Kxf7", "Bxb7"],
gameUrl: "https://lichess.org/8XkxwdKm/white#54",
white: "Dany2k7",
black: "SkeweredBishop",
wRating: 2147,
bRating: 2239,
id: 625,
},
];
}

1 comment on commit 233b1d4

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

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

Please sign in to comment.