There are two functions that return the score of a given board, however, they are not optimized and perfect.
Problems:
1.because the unwell scored boards AI make week moves
2.Scoring system slow down the program, hence, it becomes hard to increase depth for minimax algorithm
There are two functions that return the score of a given board, however, they are not optimized and perfect.
Problems: 1.because the unwell scored boards AI make week moves 2.Scoring system slow down the program, hence, it becomes hard to increase depth for minimax algorithm