Chess Engine
A chess project with home-made engine
A very simple chess engine implementing Alpha-Beta Prunning. It can beat stockfish level 2 with only depth 3. It does not yet use any book moves. I hope it will improve if I incorporate book move with it.
![example image](/assets/img/open.png)
![example image](/assets/img/chess.png)
A simple chess board in middle game
The chess engine can find checkmates and positional placement of pieces.
![example image](/assets/img/checkmate.png)
![example image](/assets/img/menu.png)
A checkmate and main-menu with different options.
Github: Chess Engine