Files
puzzles/.gitignore
Simon Tatham b3098efbc4 Tracks: add standalone solver program.
Having one of these makes it much easier to debug what's going on when
the solver can't solve something. Also, now the solver can grade the
difficulty of a puzzle, it's useful to expose that feature in a
command-line tool.
2020-02-26 06:32:35 +00:00

136 lines
1.4 KiB
Plaintext

*.o
/Makefile*
/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
/net
/netslide
/nullgame
/numgame
/obfusc
/palisade
/path
/pattern
/patternpicture
/patternsolver
/pearl
/pearlbench
/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
/list.c
/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/.deps
/icons/.dirstamp
/unfinished/divvy
/unfinished/group
/unfinished/numgame
/unfinished/path
/unfinished/pearl
/unfinished/separate
/unfinished/slide
/unfinished/sokoban