Skip to content

Commit

Permalink
Add game
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 10, 2024
1 parent 265f5ec commit fa5ed64
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/models/game.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7491,5 +7491,27 @@ export async function getGames(): Promise<Array<GameType>> {
bRating: 1613,
id: 628,
},
{
date: "2024-03-11",
fen: "6k1/2P5/6N1/1P2p2p/6q1/6P1/7K/8 w - - 0 51",
solution: ["c8=Q+", "Qxc8", "Ne7+", "Kf7", "Nxc8"],
gameUrl: "https://lichess.org/e8dvznav/white#100",
white: "uwontfindmyidentity",
black: "Navier_Stokes",
wRating: 2222,
bRating: 2078,
id: 629,
},
{
date: "2024-03-12",
fen: "r3k2r/pp3ppq/8/2pPp3/3PN1P1/3P2P1/PP6/R1BQR1K1 b kq - 0 18",
solution: ["Qh1+", "Kf2", "Rh2+", "Ke3", "cxd4#"],
gameUrl: "https://lichess.org/l1IJAAuR/black#35",
white: "HARPIA1965",
black: "PrawdziwyByk",
wRating: 1866,
bRating: 1837,
id: 630,
},
];
}

1 comment on commit fa5ed64

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

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

Please sign in to comment.