No description
| .kdev4 | ||
| assets | ||
| .gitignore | ||
| 3d.h | ||
| C_chess.kdev4 | ||
| CMakeLists.txt | ||
| figurinemove.h | ||
| logic.h | ||
| main.c | ||
| move.c | ||
| move.h | ||
| README.md | ||
| stb_image.h | ||
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.