Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Aug 24, 2023
1 parent ee39915 commit fb99d00
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 @@ -5175,5 +5175,16 @@ export async function getGames(): Promise<Array<GameType>> {
id: 429,
event: "Dortmund, 2015",
},
{
date: "2023-08-25",
fen: "rnbq1r2/pp2k3/3pn3/5QRp/2P1P3/8/PP4PP/R1B3K1 w - - 3 20",
solution: ["Rg7+", "Nxg7", "Bg5+", "Ke8", "Qg6+"],
gameUrl: "https://lichess.org/WwTj0Io9/white#38",
white: "Calzadre",
black: "haldunaksel",
wRating: 1938,
bRating: 1930,
id: 430,
},
];
}

1 comment on commit fb99d00

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

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

Please sign in to comment.