Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Jul 3, 2023
1 parent 9d65991 commit 1719496
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4541,5 +4541,17 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 2445,
id: 376,
},
{
date: "2023-07-03",
fen: "6rk/1pR3b1/pP1pP2p/7q/3N4/3Q1p1P/2P2PK1/5R2 w - - 0 33",
solution: ["Nxf3", "Be5+", "Ng5", "Qxg5+", "Kf3"],
gameUrl: "https://lichess.org/OBqPnNgo/white#64",
white: "INDIAN-ELEPHANT",
black: "LebronJames22",
wTitle: "GM",
wRating: 2369,
bRating: 2533,
id: 377,
},
];
}

1 comment on commit 1719496

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

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

Please sign in to comment.