Skip to content

Sandesh-Pyakurel/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chess game implementation using C++ and SFML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published