Skip to content

A classic Chess Game implemented in C++, using SFML graphics Library.

License

Notifications You must be signed in to change notification settings

devk232/Chess-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess-Game

This project is the C++ implementation of Player vs Player Chess Game in C++ using SFML graphics Library.

Sample Image

Class Design

Sample Image2

Setting up SFML on Linux

$ sudo apt-get install libsfml-dev

Steps to run this program

Open src directory and enter the following commands.

$ g++ -c main.cpp Square.cpp Pieces.cpp Knight.cpp Bishop.cpp King.cpp Queen.cpp Pawn.cpp Rook.cpp Game.cpp 

$ g++ main.o Square.o Pieces.o Knight.o Bishop.o King.o Queen.o Pawn.o Rook.o Game.o  -lsfml-graphics -lsfml-window -lsfml-system

$ ./a.out

About

A classic Chess Game implemented in C++, using SFML graphics Library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published