- Chess GUI (Graphical User Interface) game made in SFML C++ Library
- Play chess!
- Graphical user interface
- Show possible moves when clicked on a specific piece
- Play against AI (feature coming)
- Left click to choose your piece
- 
- Now you can see all the possible moves!
 
- Choose where you want to move
- 
- Checkmate the other side! ♚♔
 
Open your Command Prompt or Terminal
For a single-configuration generator (typically the case on Linux and macOS):
- 
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release cmake --build build
For a multi-configuration generator (typically the case on Windows):
- 
cmake -S . -B build cmake --build build --config Release
- Clone this repository
git clone https://github.com/SteponasK/Chess-SFML.git- 
Configure your project, using online guide or a youtube video. 
- 
Compile all the files using Visual Studio or the IDE of your choice. 
- Author - Steponas K
- This project is licensed under the GNU General Public License. See the LICENSE file for more information.
