A checkers game built in Python using the Pygame modules. Playing against the computer using AI and MinMax algorithm
Usage: main.py
-
Install with
pip
$ python3 -m pip install -U pygame --user
-
To see if it works, run one of the included examples:
python3 -m pygame.examples.aliens
-
Run the main.py file
Hope you like it :)