Chess AI
About
This AI was designed as my coursework for my Computer Science A-Level. It is a basic chess AI that uses a MinMax system to calculate the best possible move calculated by checking all thier outcomes upto a pre-defined depth. I create a documentation on the research, development and testing of the AI which is included in the GitHub repo.