ChessBro

ChessBro

5 devlogs
17h 7m
•  Ship certified
Created by domain

a free alt to chess.com's paid game review.

Timeline

Ship 1

1 payout of shell 170.0 shells

domain

21 days ago

domain Covers 5 devlogs and 17h 7m

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.

Update attachment

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 😭