Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.51 KB

File metadata and controls

29 lines (23 loc) · 1.51 KB

Screenshot 2023-03-21 at 00 48 01

Chess Engine ♟️

Chess engine implemented from scratch in C++. After testing against the Chess.com AI, I believe its current level is around 1800 ELO points. Definitely more than enough to beat me.

Techniques and Algorithms

A quick reference to the Chess Programming Wiki of the approaches I have implemented.

Board representation

Search

Evaluation