techwithtim / Python-Checkers

94 stars 73 forks source link

Minimax #5

Open vikingship opened 3 years ago

vikingship commented 3 years ago

Minimax module is missing

nubonics commented 3 years ago

It was added on purpose

adielashrov commented 3 years ago

+1 on the Minimax module, which is missing.

DavidGTeklea commented 2 years ago

Delete the line, 'from minimax.algorithm import minimax', and your code will run fine.