Chess AI: Minimax Algorithm Demo
About
Description: A demo of Minimax algorithm with Chess gameplay. The Minimax algorithm is used to drive the AI of the game. Programmed using C++ and rendered with the OpenGL library. I created this project as I was getting acquainted with learning how to program algorithms through an Object-Oriented programming paradigm.
https://en.wikipedia.org/wiki/Minimax
Date: July, 2016
Duration: 2 weeks