HFT-Stuttgart GDV 2013 Schach Code
Interface für UCI kompatible Schachengines
Status: Abandoned
Brought to you by:
stefanbuettner
| File | Date | Author | Commit |
|---|---|---|---|
| chessengines | 2014-02-19 |
|
[a7d094] Interprozesskommunikation unter Linux implement... |
| doc | 2024-03-02 |
|
[aee3ea] Projekt kompilierbar machen |
| src | 2024-03-02 |
|
[aee3ea] Projekt kompilierbar machen |
| textures | 2013-12-15 |
|
[271f5b] Diverses |
| .gitignore | 2024-03-02 |
|
[bc11e2] FreeGLUT über CMake eingebunden |
| CMakeLists.txt | 2024-03-02 |
|
[bc11e2] FreeGLUT über CMake eingebunden |
| README.md | 2024-03-02 |
|
[df52a4] Beschreiben wie das Projekt zu bauen ist |
From Windows and Linux in a Git Bash.
# Configure the project
cmake -B build -S .
# Build the project
cmake --build build --config Release
# Run it from the repo root. Otherwise the textures cannot be found
build/src/Release/gdvschach
# Cleaning a build
cmake --build build --target clean
Or open it as a cmake project via Visual Studio or Visual Studio Code.
Needs OpenGL installed. FreeGLUT is fetched from another git repository.