C++ Based Chess Bot
Uses simple min-max algorithm with alpha-beta pruning and simulates boardstate on its own end.
Highly-configurable using .txt based parameters.
Currently encorperating robust test suite and encapsulation of algorithm within sophisticated data-structure.