Skip to content

Scorpion197/Chess-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess-game

This is an implementation of Chess game with C programming language

Bugs

✔ Check & Mat and Check are not implemented

Compiling and running the game

⚡ 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

Game Overview

chess

Requirements

✔ SDL 1.2

✔ SDL Image 1.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages