/Alpha-A-chess-engine

A chess engine built with minimax algorithm with alpha beta pruning in C++.

Primary LanguageC++

Alpha

Alpha is a command-line chess engine written in C++ by Sahil Gangurde(me). For tutorials check out my blog.

MakeFile Notes

To compile, simply run make in the main directory.

ToDo's

  • The engine isn't fully completed
  • Improve pruning rules