This is an implementation of Chess game with C programming language
✔ Check & Mat and Check are not implemented
⚡ First of all, download the repo and rename game-images
into assets
To compile the game, type the following command in the terminal:
gcc -o main.exe main.c game.c game_interface.c List.c `sdl-config --libs` -lSDL_image
Run the game:
./main.exe
✔ SDL 1.2
✔ SDL Image 1.2