Think of some way to use the stockfish chess engine to analyze chess games and come up with analysis centipawn score for all the moves. I have tried writing a function which is in the chess-bot.js file in backend but that score is not same as some chess platforms like chess.com or lichess. Open to suggestion for algorithms for calculating cp scores.
Think of some way to use the stockfish chess engine to analyze chess games and come up with analysis centipawn score for all the moves. I have tried writing a function which is in the chess-bot.js file in backend but that score is not same as some chess platforms like chess.com or lichess. Open to suggestion for algorithms for calculating cp scores.