Devlog 8
Sorry again for the long devlog, some things took a bit longer than I expected. Anyways, icons/glyphs have been added in this devlog. I’ve also fixed some issues with move backtracking. Additional classifications such as miss and great have been added, which took a while since I had to do a lot of refactors to store all the data in cache, and I also didn’t realize I sometimes was tracking the evaluations for the next moves, not the ones just played, which took a while
New classifications
Miss: Miss is when the previous player makes a bad move, but the next player fails to capitalize on it causing the evaluation to drop back to near where it was before.
Great: Great moves are the only moves in the position that work, provided that the outcome is drawn or winning and you are not already winning had you not played the move. It compares 2 lines of stockfish to evaluate the evaluation difference and check for the conditions outlined above.
Roadmap
-
Stockfish Web Worker -
Chessboard/Gameplay -
Basic Classifications -
Opening Names -
Evaluation Bar -
Site Styling -
Board Controls -
Importing from other sources (FEN, PGN, Chess.com, etc.,) -
Playback Controls -
Board Themes/Styles -
Miss and Great moves - History View (In Progress)
- Full Game Review/Engine Analysis (In Progress)
- Play In Person
- Play Against Engine
- Custom Position Setup
- Brilliant Moves