Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 16, 2024
1 parent 54b0e87 commit c736647
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 @@ -7559,5 +7559,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2188,
id: 634,
},
{
date: "2024-03-17",
fen: "r1bqk1nr/1pp3p1/1pnp3p/5p2/2BpP3/3P3P/PPP2PP1/R1BQK2R w KQkq - 0 10",
solution: ["Qh5+", "Kd7", "Qxf5+", "Ke7", "Qf7#"],
gameUrl: "https://lichess.org/o9jOEUrn/white#18",
white: "Nirvana777",
black: "vollo",
wRating: 1691,
bRating: 1759,
id: 635,
},
];
}

1 comment on commit c736647

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

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

Please sign in to comment.