mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
20 lines
372 B
Text
20 lines
372 B
Text
# pattern for board used by official Scrabble(tm) games
|
|
# DOUBLE_LETTER = +
|
|
# DOUBLE_WORD = *
|
|
# TRIPLE_LETTER = ^
|
|
# TRIPLE_WORD = !
|
|
!..+...!...+..!
|
|
.*...^...^...*.
|
|
..*...+.+...*..
|
|
+..*...+...*..+
|
|
....*.....*....
|
|
.^...^...^...^.
|
|
..+...+.+...+..
|
|
!..+...*...+..!
|
|
..+...+.+...+..
|
|
.^...^...^...^.
|
|
....*.....*....
|
|
+..*...+...*..+
|
|
..*...+.+...*..
|
|
.*...^...^...*.
|
|
!..+...!...+..!
|