Skip to content

EarlyBitcoiner/Chess-Game-SFML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Game of chess made with SFML library on C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages