ChandlerKenworthy / ChessEngine

Personal project to improve my C++ skills and develop a chess engine that can consistently beat me (I am about ~1500 chess elo).
0 stars 0 forks source link

Draft: Play against the computer #24

Closed ChandlerKenworthy closed 8 months ago

ChandlerKenworthy commented 8 months ago

Move generation is now getting out of hand but this can be re-optimised and thought though in a later merge request.