a free alt to chess.com's paid game review.
Navdeep
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
tan
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
Manan
Check their projects out: Mini Midi Magic, A website about my city - Jaipur
Rino
Check their projects out: Rino Godson | Portfolio, Odé - Put your YT Music in Cards! - UPDATE
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
a lot of stuff!
bugfixes:
- fixed a bug where games did not load sometimes due to async issues. check that out on #4 on the github repo.
changes:
- changed the UI for the report card that comes after the review.
- added a moveList component, which shows a list of all the moves (not present in frontend v1!!)
- review is now divided into 2 pages, to make it less overwhelming.
- added chess.com profile pic retrieval
- made the chessboard's colors according to the website's theme
done with making the right side Review Panel, added two stages of Review. The first one now displays player info, accuracy and other game stats. the second one shows, list of moves, current move stat and openings. I am done with everything but the list of moves. this looks so much better than the previous version!!!
started working on a New UI Design --- designed by @Delana on Slack.
with this, I plan to get rid of the disgusting color scheme, the EW responsiveness and everything else which makes my eyes bleed. So far, i'm done with the new navbar, the new evalbar - chessboard and player nameplates. Beginning the work on the new right report card area.
fixed drawn games going undetected and games with checkmate failing to load.
not a lot of code, but took me time to find the place to change.
yaya! there was a bug where the game evaluation on the last move would be completely inaccurate. I FIXED IT!!
the event listener attached to stockfish was duping causing duped replies -> leading to inaccurate eval. this took time to debug 😭