mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
21 lines
372 B
Text
21 lines
372 B
Text
|
# pattern for board used by official Scrabble(tm) games
|
||
|
# DOUBLE_LETTER = +
|
||
|
# DOUBLE_WORD = *
|
||
|
# TRIPLE_LETTER = ^
|
||
|
# TRIPLE_WORD = !
|
||
|
!..+...!...+..!
|
||
|
.*...^...^...*.
|
||
|
..*...+.+...*..
|
||
|
+..*...+...*..+
|
||
|
....*.....*....
|
||
|
.^...^...^...^.
|
||
|
..+...+.+...+..
|
||
|
!..+...*...+..!
|
||
|
..+...+.+...+..
|
||
|
.^...^...^...^.
|
||
|
....*.....*....
|
||
|
+..*...+...*..+
|
||
|
..*...+.+...*..
|
||
|
.*...^...^...*.
|
||
|
!..+...!...+..!
|