Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccouzens/puzzles
https://github.com/ccouzens/puzzles
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccouzens/puzzles
- Owner: ccouzens
- License: other
- Created: 2024-05-18T19:08:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T05:35:06.000Z (5 months ago)
- Last Synced: 2024-06-06T06:58:37.791Z (5 months ago)
- Language: C
- Size: 24.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is the README accompanying the source code to Simon Tatham's
puzzle collection. The collection's web site is at
.The puzzle collection is built using CMake . To
compile in the simplest way (on any of Linux, Windows or Mac), run
these commands in the source directory:cmake .
cmake --build .The manual is provided in Windows Help format for the Windows build;
in text format for anyone who needs it; and in HTML for the Mac OS X
application and for the web site. It is generated from a Halibut
source file (puzzles.but), which is the preferred form for
modification. To generate the manual in other formats, rebuild it,
or learn about Halibut, visit the Halibut website at
.```
gcc towers.c combi.c divvy.c drawing.c dsf.c findloop.c grid.c latin.c laydomino.c loopgen.c malloc.c matching.c midend.c misc.c penrose.c penrose-legacy.c ps.c random.c sort.c tdq.c tree234.c version.c -lm $(pkgconf --libs --cflags gtk+-3.0) gtk.c printing.c -o towers -D HELP_DIR='"'"$(pwd)/share/sgt-puzzles/help"'"' hat.c spectre.c no-icon.c
```