VictorXjoeY / Minimax

Generic Minimax algorithm for 2 player games
2 stars 0 forks source link

Implement Chess #9

Open VictorXjoeY opened 3 years ago

VictorXjoeY commented 3 years ago

Implement all rules except for the "threefold repetition draw rule".

"Board representation typically does not include the status of the threefold repetition draw rule."