CWRules / Othello_Python

Othello-playing AI
GNU General Public License v3.0
0 stars 0 forks source link

Detecting end of game #9

Closed CWRules closed 4 years ago

CWRules commented 4 years ago

Game should end if last two moves were both 'skip'. With tree pruning, there is currently no way to detect this properly.

CWRules commented 4 years ago

Fixed.