mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-19 23:21:31 -07:00
Files

This is similar in concept to Minesweeper, in that each clue tells you the number of things (in this case, just 'black squares') in the surrounding 3x3 grid section. But unlike Minesweeper, there's no separation between squares that can contain clues, and squares that can contain the things you're looking for - a clue square may or may not itself be coloured black, and if so, its clue counts itself. So there's also no hidden information: the clues can all be shown up front, and the difficulty arises from the game generator choosing which squares to provide clues for at all. Contributed by a new author, Didi Kohen. Currently only has one difficulty level, but harder ones would be possible to add later.
158 lines
1.7 KiB
Plaintext
158 lines
1.7 KiB
Plaintext
*.o
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
Makefile*
|
|
.ninja_deps
|
|
.ninja_log
|
|
build.ninja
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.dir/
|
|
Debug/
|
|
Win32/
|
|
include/
|
|
*.lib
|
|
*.ilk
|
|
*.pdb
|
|
/*.sln
|
|
/blackbox
|
|
/bridges
|
|
/cube
|
|
/dominosa
|
|
/dominosasolver
|
|
/fifteen
|
|
/fifteensolver
|
|
/filling
|
|
/fillingsolver
|
|
/flip
|
|
/flood
|
|
/galaxies
|
|
/galaxiespicture
|
|
/galaxiessolver
|
|
/guess
|
|
/inertia
|
|
/keen
|
|
/keensolver
|
|
/latincheck
|
|
/lightup
|
|
/lightupsolver
|
|
/loopy
|
|
/loopysolver
|
|
/magnets
|
|
/magnetssolver
|
|
/map
|
|
/mapsolver
|
|
/matching
|
|
/mines
|
|
/mineobfusc
|
|
/mosaic
|
|
/net
|
|
/netslide
|
|
/nullgame
|
|
/numgame
|
|
/obfusc
|
|
/palisade
|
|
/path
|
|
/pattern
|
|
/patternpicture
|
|
/patternsolver
|
|
/pearl
|
|
/pearlbench
|
|
/pearlsolver
|
|
/pegs
|
|
/range
|
|
/rect
|
|
/samegame
|
|
/separate
|
|
/signpost
|
|
/signpostsolver
|
|
/singles
|
|
/singlessolver
|
|
/sixteen
|
|
/slant
|
|
/slantsolver
|
|
/slide
|
|
/slidesolver
|
|
/sokoban
|
|
/solo
|
|
/solosolver
|
|
/tents
|
|
/tentssolver
|
|
/tracks
|
|
/trackssolver
|
|
/towers
|
|
/towerssolver
|
|
/twiddle
|
|
/undead
|
|
/unequal
|
|
/unequalsolver
|
|
/unruly
|
|
/unrulysolver
|
|
/untangle
|
|
/*.exe
|
|
/*.obj
|
|
/*.map
|
|
/*.rsp
|
|
/*notes
|
|
/HACKING
|
|
/*.hlp
|
|
/*.cnt
|
|
/*.chm
|
|
/*.gid
|
|
/*.GID
|
|
/*.html
|
|
/*.mips
|
|
/*.class
|
|
/*.jar
|
|
/applet.manifest
|
|
/puzzles.txt
|
|
/*.app
|
|
/*.dmg
|
|
/*.res
|
|
/*.inf
|
|
/gamedesc.txt
|
|
/build.log
|
|
/build.out
|
|
/org
|
|
/*.ppc
|
|
/*.i386
|
|
/*.x86_64
|
|
/Puzzles.ppc.bin
|
|
/Puzzles.i386.bin
|
|
/Puzzles.x86_64.bin
|
|
/version2.def
|
|
/preprocessed.but
|
|
/*.a
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/depcomp
|
|
/empty.h
|
|
/install-sh
|
|
/missing
|
|
/compile
|
|
/.deps
|
|
/.dirstamp
|
|
/icons/*.png
|
|
/icons/*.ico
|
|
/icons/*.rc
|
|
/icons/*-icon.c
|
|
/icons/*-icon-maker
|
|
/icons/.deps
|
|
/icons/.dirstamp
|
|
/unfinished/divvy
|
|
/unfinished/group
|
|
/unfinished/groupsolver
|
|
/unfinished/numgame
|
|
/unfinished/path
|
|
/unfinished/pearl
|
|
/unfinished/separate
|
|
/unfinished/slide
|
|
/unfinished/slidesolver
|
|
/unfinished/sokoban
|
|
/unfinished/*.exe
|
|
/*.desktop
|