Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 520 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 520 Bytes

Python AI Checkers - The user vs the algorithm

University project for course "Data Structures and Algorithms".

Algorithm

Made using MiniMax algorithm with ALpha-Beta pruning for best performance.

GUI

PyGame was used for making GUI, a game like this needed to be visualised out of the console.

Implementation

image

image