Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Nov 20, 2023
1 parent c17b9cc commit cf39f34
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 @@ -6195,5 +6195,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2641,
id: 517,
},
{
date: "2023-11-21",
fen: "Q7/1p1q1pk1/1pbp1p1p/4p2P/4PnP1/1BPP1P2/3K4/7R b - - 0 31",
solution: ["d5", "g5", "fxg5", "Qb8", "dxe4"],
gameUrl: "https://lichess.org/D7mk4010/black#61",
white: "doaskisuh",
black: "rhinoguy",
wRating: 1879,
bRating: 1778,
id: 518,
},
];
}

1 comment on commit cf39f34

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

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

Please sign in to comment.