git clone https://github.com/rxn7/chess --recurse-submodules
./configure.sh sets up the build folder (running this script or build.sh -c is required after cloning the project)
./build.sh:
- -r: release mode
- -w: windows (requires mingw and all of the mingw libraries to be installed)
- -c: clean (delete the build folder and run configure.sh)
./run.sh:
- -r: release mode
- -w: windows (requires wine to be installed)






