/Chess-Game

A chess game based on SDL2.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Chess Game

Chess Game

Introduction

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.

Tools Used

Building the Game

  • 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).

License

GNU General Public License v3.0