/chess-up

A simplistic chess interface with C++11 and SDL2.

Primary LanguageC++

chess-up

A simplistic chess interface I built as holiday project.

Requires

  1. g++ >= 4.8

  2. SDL libray including TrueType font and image extensions (adjust for your distribution):

sudo apt-get install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev

  1. GNU Make

Running

make run