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.

A simple chess board in middle game

The chess engine can find checkmates and positional placement of pieces.

A checkmate and main-menu with different options.

Github: Chess Engine