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

Fix the GitHub Workflows #21

Closed ChandlerKenworthy closed 9 months ago

ChandlerKenworthy commented 9 months ago

Add a build/make test and perft test to a depth of 7 from the starting chess position to add a guard to future engine changes.