ma.citi

A Coder's Blog

Chess Program in C#

chess screenshot

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