Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 357 Bytes

Chess_with_SFML

A two player chess game in cpp using SFML (https://www.sfml-dev.org/) lib

To run

  • install latest version of SFML (2.5.1)
  • add 'C:\path_to_SFML\SFML-2.5.1\bin' to system environment
  • set SFML_DIR in run.bat file to the correct path
@set SFML_DIR=C:\path_to_SFML\SFML-2.5.1
  • run the batch file (it will both compile and run)