1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
The logicpuzzle bundle allows you to typeset various logic
puzzles. At the moment the following puzzles are supported:
* 2D-Sudoku (aka Magiequadrat, Diagon, ...)
* Battleship (aka Bimaru, Marinespiel, Batalla Naval, ...)
* Bokkusu (aka Kakurasu, Feldersummenrätsel, ...)
* Chaos Sudoku
* Hakyuu (aka Seismic, Ripple Effect, ...)
* Hitori
* Kendoku (aka Mathdoku, Calcudoku, Basic, MiniPlu, Ken Ken,
Square Wisdom, Sukendo, Caldoku, ...)
* Killer Sudoku (aka Samunapure, Sum Number Place, Sumdoku,
Gebietssummen, ...)
* Laser Beam (aka Laserstrahl, ...)
* Minesweeper (aka Minensuche, ...)
* Skyline (aka Skycrapers, Wolkenkratzer, Hochhäuser, ...)
incl. Skyline Sudoku and Skyline Sudoku (N*N) variants
* Slitherlink (aka Fences, Number Line, Dotty Dilemma,
Sli-Lin, Takegaki, Great Wall of China,
Loop the Loop, Rundweg, Gartenzaun, ...)
* Sudoku
* Tunnel
License: LPPL
Changes in v2.0:
- added support for Minesweeper puzzle
https://bitbucket.org/kleberj/logicpuzzle/wiki/Minesweeper
- added support for Tunnel puzzle
https://bitbucket.org/kleberj/logicpuzzle/wiki/Tunnel
- moved package contents to logicpuzzle.sty and lpenv.sty
merged docs into logicpuzzle.pdf
|