Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.46 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.46 KB

Chess-Game-SFML

Hello! This game is coded intirely on C++ with the help of the SFML(Super Fast Media Library) library. If you are wanting to understand the code you should read a little about SFML and get to know the basic things one is capable of doing with this library. Best way to do this is rading the tutorials from their site https://www.sfml-dev.org/tutorials/2.5/ they are very simple and well explained. Other way is watching videos but my opinion is that reading from the site will be faster.

Gameplay photos:

game2

game

Ways to play:

  • Meet with a friend and take turns.
  • Alone, trying or experimenting moves.

Steps to set up the MVS enviorment and run the code:

How to change the textures of the Figures:

  • Delete the png's from the "Textures" folder.
  • Put the new png's on their place in the "Textures" folder. (Important!: Set the same names to the new png's or the code won't compile.)
  • Run code.

Notes:

  • There is no possibility to play against AI.
  • There is no multiplayer connectivity.