Python-Checkers-AI
Python-Checkers-AI copied to clipboard
Pickle pygame object
How did you avoid this error :
TypeError: can't pickle pygame.Surface objects
We can have this error when we deepcopy an object with pygame objects.
had the same issue here, have you managed it out?