Add a feature to the review mode that continues to analyse move strength. Start a background thread or process pool that analyses the moves from the displayed position and continuously updates the display. Consider adding the ability to explore new moves, or split that to a separate issue. Look at memory usage to decide how much of the search tree to save.
Add a feature to the review mode that continues to analyse move strength. Start a background thread or process pool that analyses the moves from the displayed position and continuously updates the display. Consider adding the ability to explore new moves, or split that to a separate issue. Look at memory usage to decide how much of the search tree to save.