Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Feb 28, 2024
1 parent d75adc3 commit efbd910
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7346,5 +7346,20 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2531,
id: 616,
},
{
date: "2024-02-28",
fen: "r4r1k/ppq3p1/2p1QnnP/b2p2N1/6P1/3P4/PPP2PB1/R1BK3R w - - 3 20",
solution: ["Qf5", "Ne7", "hxg7+", "Kxg7", "Ne6+"],
gameUrl: "https://lichess.org/u1XczV88/white#38",
white: "manwithavan",
wAka: "Magnus Carlsen",
wTitle: "GM",
black: "nihalsarin2004",
bAka: "Nihal Sarin",
bTitle: "GM",
wRating: 3073,
bRating: 3078,
id: 617,
},
];
}

1 comment on commit efbd910

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

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

Please sign in to comment.