Skip to content

AmonRAyl/Chess_Game_SDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess_Game_SDL

A chess game made in SDL.
I have combined the game logic and the SDL board that I made in previous projects, correcting some errors.

How to use it with Visual Studio 2019:

Download SDL and SDL images then:
Has to be used with Debug x64 (the default could be x86).

Go to Project Properties:

Add in Include Directories:

...\SDL2-2.0.22\include
...\SDL2_image-2.6.1\include

VC++ Directories:

Add in Library Directories:

...\SDL2-2.0.22\lib\x64
...\SDL2_image-2.6.1\lib\x64

Linker:

Input:
Add in Additional Dependencies:

SDL2.lib
SDL2main.lib
SDL2_image.lib

You will have to add certain environment rules in your computer follow step 8 from this, you'll have to add 2 rules ...\SDL2-2.0.22\lib\x64 and ...\SDL2_image-2.6.1\lib\x64

Finally download the images folder and copy it in your project directory, it will be at the same level as the Debug folder.

Missing rules:

Tie by repetition

Tie by 50 moves

Releases

No releases published

Packages

No packages published

Languages