C_chess/README.md

20 lines
649 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
```bash
mkdir build
cd build
cmake ..
make
```
Сосле положите содержимое папки assets в директорию с исполняемым файлом.
Next, put the contents of the assets folder in the directory with the executable file.