Show HN: A chess analyzer that runs in the browser

(github.com)

2 points | by huydotnet 8 hours ago

1 comments

  • y-curious 4 hours ago
    One suggestion, can you not pull the annotated game from lichess using their stockfish? It might save you a lot of time and double work
    • huydotnet 3 hours ago
      hey, thanks for the suggestion. unfortunately even with lichess's annotation, it's still not enough to identify hanging pieces or other board situation for the diagnostic, so we still need to run stockfish on each move again :D in fact i intentionally get just the raw move data from lichess during import.