This is a personal project. I am creating a chess game in C++ with SDL 2.0.
Below is the installation process for ubuntu:
- Get GNU compiler tools and GDB debugger:
apt update ; apt install build-essential gdb - Get SDL2 and SDL2_image library:
apt install libsdl2-dev libsdl2-image-dev - Compile:
make - Run:
./Chess_game
The chess pieces in this project are made by Cburnett and unchanged. They are licensed with the Creative Commons Attribution-Share Alike 3.0 Unported license and can be found in the following link: https://commons.wikimedia.org/wiki/Category:PNG_chess_pieces/Standard_transparent and https://commons.wikimedia.org/wiki/Category:SVG_chess_pieces.