Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 442 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 442 Bytes

AI-Checkers

This is a project from my AI cours in university of tehran
I built an simple AI for Checkers game with min-max algorithm
This code will not play game with a human it is a machine vs machine code
you can change the depth of minimax for each color

Libraries and Packages

For running this code you should have pygame library

pip install pygame

Run

just run main file to see the game

./main.py