Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jul 11, 2023
1 parent 4be0d45 commit b59c29e
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 @@ -4657,5 +4657,17 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1993,
id: 385,
},
{
date: "2023-07-12",
fen: "2rqkn1r/1b2b3/p3Q1pp/1p1nP3/2ppN3/6P1/PP3PBP/R1B1R1K1 w k - 1 19",
solution: ["Nd6+", "Qxd6", "Qxc8+", "Bxc8", "exd6"],
gameUrl: "https://lichess.org/3pzfLGe0/white#36",
white: "Chesssknock",
black: "GoodFellas1903",
wTitle: "FM",
wRating: 2572,
bRating: 2620,
id: 386,
},
];
}

1 comment on commit b59c29e

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

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

Please sign in to comment.