Skip to content

a practice repo trying to recreate Chess with C and SDL2

License

Notifications You must be signed in to change notification settings

arialCoding/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Game with C and SDL2

it's setup with cmake and so it should just work, you might have to copie the dlls in vendor/SDL2/bin folder to the executable's folder. compilation : (need to have cmake installed) execute the following command in the project's root directory: 1- mkdir build 2- cd build 3- cmake .. 4- make 5- ./Chess if you get missing dll error it means cmake for some reason couldn't copy the dlls and you have to do it manually

About

a practice repo trying to recreate Chess with C and SDL2

Topics

Resources

License

Stars

Watchers

Forks