A Coder's Blog
I’ve created a simple project to play chess against the computer.
The AI algorithm is a minimax implementation with alpha-beta pruning.
More info and the source code can be found here https://github.com/maciti/ChessAI