C_chess/README.md

649 B
Raw Permalink Blame History

WebDisk_C

C_chess это 2D шахматы с рабочей логикой. Проект в разработке.

C_chess is a 2D chess game with working logic. The project is under development.

Зависимости

У вас должны быть devel пакеты OpenGL.

You must have devel OpenGL packages.

Сборка Проекта/Building Project

mkdir build
cd build
cmake ..
make

Сосле положите содержимое папки assets в директорию с исполняемым файлом.

Next, put the contents of the assets folder in the directory with the executable file.