Chess in C++ To run: In the root directory of the repository: I use g++ to compile, using the command g++ chess.cpp -o chess After compiling, run the created chess executable with ./chess.