Chew / ChessTools

The ultimate website for chess players. View your stats across Chess.com, Lichess, FIDE, USCF, and more!
https://chess.tools
GNU General Public License v3.0
10 stars 2 forks source link

Games Page #2

Closed Chew closed 9 months ago

Chew commented 9 months ago

Add a page for people to view all their saved games. This is already in the navbar, and will be available at /games, but need to implement the page.

We can pull the White/Black players from the PGN, if available, or if a white/black player is specified in the DB, show the username of that player instead.

Click the game to view it, which is just /game/:id and that's been implemented for a while.