mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
21 lines
373 B
Text
21 lines
373 B
Text
|
# asymetrical pattern to test that symmetry not enforced
|
||
|
# DOUBLE_LETTER = +
|
||
|
# DOUBLE_WORD = *
|
||
|
# TRIPLE_LETTER = ^
|
||
|
# TRIPLE_WORD = !
|
||
|
!..+...!.......
|
||
|
.*...^...^.....
|
||
|
..*...+.+......
|
||
|
+..*...+...*...
|
||
|
....*.....*....
|
||
|
.^...^...^.....
|
||
|
..+...+.+......
|
||
|
!..+...*...+...
|
||
|
..+...+.+......
|
||
|
.^...^...^.....
|
||
|
....*..........
|
||
|
+..*...+.......
|
||
|
..*...+........
|
||
|
.*...^.........
|
||
|
!..+...........
|