Currently, Othello is strongly solved on a 4x4 board. White should always win with perfect play.
However, the current minmax and eval function does not lead to white always winning. Need to investigate what the problem is and make sure White always wins to know that the minmax and basic piece eval is implemented correctly.
Currently, Othello is strongly solved on a 4x4 board. White should always win with perfect play.
However, the current minmax and eval function does not lead to white always winning. Need to investigate what the problem is and make sure White always wins to know that the minmax and basic piece eval is implemented correctly.