Alpha is a command-line chess engine written in C++ by Sahil Gangurde(me). For tutorials check out my blog.
To compile, simply run make
in the main directory.
- The engine isn't fully completed
- Improve pruning rules
A chess engine built with minimax algorithm with alpha beta pruning in C++.
C++
Alpha is a command-line chess engine written in C++ by Sahil Gangurde(me). For tutorials check out my blog.
To compile, simply run make
in the main directory.