a single file c++ chess engine
Created for FIDE & Google Efficient Chess AI Challenge https://www.kaggle.com/competitions/fide-google-efficiency-chess-ai-challenge/
Takes in a FEN chess position and outputs a legal move, until it receives keyword "end".

Needs the c++ version 20 flag to compile
g++ tinyChessEngine.cpp -std=c++20 -o tinyChessEngine.out