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 efbd910 commit bdd007d
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 @@ -7361,5 +7361,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 3078,
id: 617,
},
{
date: "2024-02-29",
fen: "r1b2rk1/pp3ppp/2p5/4p1PQ/8/1Pq5/P1P3PP/3R1R1K w - - 0 19",
solution: ["Qxf7+", "Rxf7", "Rd8+", "Rf8", "Rdxf8#"],
gameUrl: "https://lichess.org/6CzQubaI/white#36",
white: "Javier99999",
black: "Lesothobanipal",
wRating: 2069,
bRating: 2001,
id: 618,
},
];
}

1 comment on commit bdd007d

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

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

Please sign in to comment.