-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Policy-ENG.txt
41 lines (22 loc) · 1.31 KB
/
Policy-ENG.txt
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
# XWordGiver policy
XwordGiver generates crossword data in accordance with the specified policy.
Please choose the policy from "Policy" menu before generation.
You can choose multiple policy. Applying some policy may take a long time.
## Policy: "Prohibit adjacent blocks" [Cost: +10%]
This policy prohibits a block placed next to each other.
## Policy: "Prohibit blocks at 4 corners" [Cost: +5%]
This policy prohibits placing blocks at the four corners.
## Policy: "Prohibit three-way blocks" [Cost: +30%]
This policy prohibits blocks placed next to each other in three directions of a block.
## Policy: "No division by blocks" [Cost: +20%] (*Cannot change)
This policy prohibits dividing the board by blocks.
## Policy: "Prohibit diagonal 3 blocks" [Cost: +35%]
This policy prohibits placing blocks diagonally in three consecutive rows.
## Policy: "Prohibit diagonal 4 blocks" [Cost: +20%]
This policy prohibits placing blocks diagonally in four consecutive rows.
## Policy: "Point symmetry of blocks" [Cost: -45%]
This policy enforces that blocks are placed in point symmetry.
## Policy: "Vertical symmetry of blocks" [Cost: +10%]
This policy enforces that blocks are placed in vertical symmetry.
## Policy: "Horizontal symmetry of blocks" [Cost: +10%]
This policy enforces that blocks are placed in horizontal symmetry.