test files for new bonus-squares-settable feature

This commit is contained in:
Eric House 2011-04-10 13:02:45 -07:00
parent 97d54c86eb
commit 3310645a12
3 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# asymetrical pattern to test that symmetry not enforced
# DOUBLE_LETTER = +
# DOUBLE_WORD = *
# TRIPLE_LETTER = ^
# TRIPLE_WORD = !
!..+...!.......
.*...^...^.....
..*...+.+......
+..*...+...*...
....*.....*....
.^...^...^.....
..+...+.+......
!..+...*...+...
..+...+.+......
.^...^...^.....
....*..........
+..*...+.......
..*...+........
.*...^.........
!..+...........

View file

@ -0,0 +1,21 @@
# pattern for no-bonus board (for testing)
# NO_BONUS = .
# DOUBLE_LETTER = +
# DOUBLE_WORD = *
# TRIPLE_LETTER = ^
# TRIPLE_WORD = !
...............
...............
...............
...............
...............
...............
...............
...............
...............
...............
...............
...............
...............
...............
...............

View file

@ -0,0 +1,20 @@
# pattern for board used by official Scrabble(tm) games
# DOUBLE_LETTER = +
# DOUBLE_WORD = *
# TRIPLE_LETTER = ^
# TRIPLE_WORD = !
!..+...!...+..!
.*...^...^...*.
..*...+.+...*..
+..*...+...*..+
....*.....*....
.^...^...^...^.
..+...+.+...+..
!..+...*...+..!
..+...+.+...+..
.^...^...^...^.
....*.....*....
+..*...+...*..+
..*...+.+...*..
.*...^...^...*.
!..+...!...+..!