blob: 941e5abc6e06b0d674a72d09bb1a4fdb79114ffc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
A LaTeX style file for typesetting Battleship logic puzzles
(aka Bimaru, Marinespiel, Batalla Naval, ...).
You have to find the positions of ships in a grid.
Numbers next to the grid reveal the number
of ship segments in the respective columns and rows.
License: LPPL
Changes in v1.1:
- added \placeship
place a complete ship at (column,row) in direction {V|H}
with length (length)
- added \placewater
puts a water marker into the grid
- added \placeisland
puts an island with random outline into the grid
- renamed \ship -> \placesegment
- added \battleshipsetup
resetting global options
|