Ben Harris a9af3fda1d Rename UI_UPDATE as MOVE_UI_UPDATE пре 1 година
..
CMakeLists.txt cc7f5503dc Migrate to a CMake-based build system. пре 3 година
README cc7f5503dc Migrate to a CMake-based build system. пре 3 година
group.c a9af3fda1d Rename UI_UPDATE as MOVE_UI_UPDATE пре 1 година
group.gap dd4c8ceb1f Refer to group elements by letters instead of numbers, in keeping пре 15 година
numgame.c 3b9cafa09f Fall back to <math.h> if <tgmath.h> doesn't work. пре 1 година
path.c 72b28b5e71 Fix bit rot in the 'unfinished' subdir. пре 3 година
separate.c 0058331aeb New backend functions: get_prefs and set_prefs. пре 1 година
slide.c a9af3fda1d Rename UI_UPDATE as MOVE_UI_UPDATE пре 1 година
sokoban.c 0058331aeb New backend functions: get_prefs and set_prefs. пре 1 година

README

This subdirectory contains puzzle implementations which are
half-written, fundamentally flawed, or in other ways unready to be
shipped as part of the polished Puzzles collection.

The CMake build system will _build_ all of the source in this
directory (to ensure it hasn't become unbuildable), but they won't be
included in all-in-one puzzle binaries or installed by 'make install'
targets. If you want to temporarily change that, you can reconfigure
your build by defining the CMake variable PUZZLES_ENABLE_UNFINISHED.
For example,

cmake . -DPUZZLES_ENABLE_UNFINISHED="group;slide"

will build as if both Group and Slide were fully official puzzles.