This is my attempt to make a playable chess game in C++.
It has every feature(even en passant).
To run the game just open main.exe.
To compile the code use the following: g++ -Isrc/Include -Lsrc/lib -o main Main.cpp -lmingw32 -lSDL2main -lSDL2 -lSDL2_image