Chess_Engine Attempt at creating a chess AI algorithm. Headers #include "chess/chess.hpp" Compile Linking <clang++/g++> <files-to-compile.cpp> chess/*.cpp -std=c++17 -O2 -o <output-path>