Extensions/Modifications I wrote for the famous & excellent Simon Tathams Portable Puzzle Collection
Click on a puzzle for a description of individual game extensions
Solo+ Additional solving tools |
Creek Find a path, matching the clues |
Undead+ Extended game generator |
Unequal+ Puzzle variation Kropki |
Walls Find a path through a maze of walls |
Stellar Place stars and nebulae so that the given planets are correctly illuminated. |
- Get the source code for the SGT Portable Puzzle Collection from the official site.
- Copy this folder into the above source folder as a subdirectory. Alternatively, add this repository as a submodule of the main repository.
- In the main repository's
CMakeLists.txt
, go to the line withadd_subdirectory(unfinished)
and add the following line below it:
add_subdirectory(sgtpuzzles-extended) # or whatever this folder is called
- Copy all save files into the main
/icons
folder:
cp sgtpuzzles-extended/savefiles/*.sav icons/
- Run CMake in the main folder.
Example code for the utility API.
Files for the Android port by Chris Boyle
Contains also the puzzles boats, rome and salad by Lennard Sprong
Outdated, won't compile with current Android version.
Copyright (c) 2013-2021 Simon Tatham, Steffen Bauer
Portions copyright Richard Boulton, James Harvey, Mike Pinna, Jonas Kölker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd Schmidt, Steffen Bauer, Lennard Sprong, Rogier Goossens, Michael Quevillon, Asher Gordon and Didi Kohen.
Distributed under the MIT license, see LICENSE