mbusy / chess

A simple C++ chess game using SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess

A simple C++ chess game, using the SFML library.

Installation

Prerequisites

This project uses the SMFL library (2.5.1), it should be installed before compiling the project (see this link). This project has only been tested for Linux for now.

Compiling the project

Create a build folder, and generate the project in that folder:

mkdir build
cd build
cmake ..

You can now build the project:

make

This will generate the chess executable.

Usage

To launch a chess game, just launch the generated chess executable:

./build/chess

The escape key can be used to exit the game.

Credits

  • Lichess project (Thibault Duplessis) - sounds

About

A simple C++ chess game using SFML


Languages

Language:C++ 97.4%Language:CMake 2.6%