Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 504 Bytes

File metadata and controls

21 lines (19 loc) · 504 Bytes

Chess

Chess game implementation using C++ and SFML. Done as OOP project.

In order to run the project in linux, you need to have GCC compiler and SFML library installed. You can install SFML using following command.

sudo apt-get install libsfml-dev

First give build.sh file executable permission.

chmod +x build.sh

Make sure you are in project directory.Then run,

./build.sh

After build has completed, you can run the application with following command.

./bin/main