Given a board configuration, the points for both sides can be calculated using a method in BoardPoint class. Calculate the points and show the points on the UI (consider showing a slider that in total it is 100 and when both sides has the equal points it shows half one color and half the other color.)
see
package pl.nogacz.chess.application;
...
BoardPoint {
public int calculateBoard() {
Given a board configuration, the points for both sides can be calculated using a method in BoardPoint class. Calculate the points and show the points on the UI (consider showing a slider that in total it is 100 and when both sides has the equal points it shows half one color and half the other color.)
see