Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 27, 2024
1 parent be4846a commit 0489eeb
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 @@ -7684,5 +7684,16 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1673,
id: 645,
},
{
date: "2024-03-28",
fen: "r1bqkb1r/pp1n1pp1/2p1pn1p/6N1/3P4/3B1N2/PPP2PPP/R1BQK2R w KQkq - 0 8",
solution: ["Nxe6", "fxe6", "Bg6+", "Ke7", "Bf4"],
gameUrl: "https://lichess.org/u4OccK9B/white#14",
white: "RomanSteblovskyi",
black: "doubleentendres",
wRating: 2149,
bRating: 2312,
id: 646,
},
];
}

1 comment on commit 0489eeb

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

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

Please sign in to comment.