This repository contains an initial version of a chess game with basic functionalities like checkmate, stalemate, enPassant and castling. It uses SDL2 and SDL2_image for drawing and rendering the textures.
- Open the project directory inside Visual Studio.
- Open the CMakelists.txt file located in the project folder and Ctrl+S. This will clone and build the dependencies.
- In case of CMake related issues, delete 'out' folder and try rebuilding.
- All the required libraries are already present (statically linked) and all the assets are taken from PNGEGG(100x100 size).