https://github.com/notpeter/sgtatham-puzzles
Simon Tatham's Portable Puzzle Collection (Unofficial Mirror)
https://github.com/notpeter/sgtatham-puzzles
Last synced: 8 months ago
JSON representation
Simon Tatham's Portable Puzzle Collection (Unofficial Mirror)
- Host: GitHub
- URL: https://github.com/notpeter/sgtatham-puzzles
- Owner: notpeter
- License: other
- Created: 2025-08-16T13:58:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-16T13:59:13.000Z (10 months ago)
- Last Synced: 2025-09-28T07:04:51.875Z (9 months ago)
- Language: C
- Homepage: https://www.chiark.greenend.org.uk/~sgtatham/puzzles/
- Size: 24.8 MB
- Stars: 1
- Watchers: 0
- 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
.