Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jul 29, 2023
1 parent c04a832 commit 5155e96
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 @@ -4858,5 +4858,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2422,
id: 402,
},
{
date: "2023-07-29",
fen: "8/p5R1/5p1p/7k/5B2/6P1/q4P2/6K1 w - - 0 38",
solution: ["g4+", "Kh4", "Kg2", "Qd5+", "Kh2"],
gameUrl: "https://lichess.org/OtqvV1dQ/white#74",
white: "Trissi",
black: "ma19650",
wRating: 2455,
bRating: 2329,
id: 403,
},
];
}

1 comment on commit 5155e96

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

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

Please sign in to comment.