blob: d9bafc783e9682c34d604d893c696073e85edcfb (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
-- battleship.sty (v1.2) --
19/02/2013 implemented \classicgame [jk]
for drawing game sheets for classic Battleship
18/02/2013 implemented option title [jk]
-> \titleformat
18/02/2013 implemented option counterstyle [jk]
-> \puzzlecounter, \setpuzzlecounter
\definecounterstyle
17/02/2013 implemented option bgcolor [jk]
17/02/2013 moved code base for logic puzzles into logicpuzzle.sty [jk]
-- battleship.sty (v1.1) --
12/02/2013 added \placewater [jk]
puts a water marker into the grid
12/02/2013 added \placeisland [jk]
puts an island with random outline into the grid
12/02/2013 renamed \ship -> \placesegment [jk]
added \let\ship\placesegment
11/02/2013 implemented \placeship{direction}{column}{row}{length} [jk]
placement of complete ship at (column,row) in direction {V|H}
with length length.
11/02/2013 implemented \BS@ingrid [jk]
checks if coordinate is in the grid
-> PackageError
10/02/2013 added \battleshipsetup [jk]
for resetting global options
-- battleship bundle --
2013/02/09 IPO of battleship on CTAN
|