mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
test files for new bonus-squares-settable feature
This commit is contained in:
parent
97d54c86eb
commit
3310645a12
3 changed files with 61 additions and 0 deletions
20
xwords4/linux/res/asym.txt
Normal file
20
xwords4/linux/res/asym.txt
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# asymetrical pattern to test that symmetry not enforced
|
||||||
|
# DOUBLE_LETTER = +
|
||||||
|
# DOUBLE_WORD = *
|
||||||
|
# TRIPLE_LETTER = ^
|
||||||
|
# TRIPLE_WORD = !
|
||||||
|
!..+...!.......
|
||||||
|
.*...^...^.....
|
||||||
|
..*...+.+......
|
||||||
|
+..*...+...*...
|
||||||
|
....*.....*....
|
||||||
|
.^...^...^.....
|
||||||
|
..+...+.+......
|
||||||
|
!..+...*...+...
|
||||||
|
..+...+.+......
|
||||||
|
.^...^...^.....
|
||||||
|
....*..........
|
||||||
|
+..*...+.......
|
||||||
|
..*...+........
|
||||||
|
.*...^.........
|
||||||
|
!..+...........
|
21
xwords4/linux/res/blank.txt
Normal file
21
xwords4/linux/res/blank.txt
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# pattern for no-bonus board (for testing)
|
||||||
|
# NO_BONUS = .
|
||||||
|
# DOUBLE_LETTER = +
|
||||||
|
# DOUBLE_WORD = *
|
||||||
|
# TRIPLE_LETTER = ^
|
||||||
|
# TRIPLE_WORD = !
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
||||||
|
...............
|
20
xwords4/linux/res/scrabboard.txt
Normal file
20
xwords4/linux/res/scrabboard.txt
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# pattern for board used by official Scrabble(tm) games
|
||||||
|
# DOUBLE_LETTER = +
|
||||||
|
# DOUBLE_WORD = *
|
||||||
|
# TRIPLE_LETTER = ^
|
||||||
|
# TRIPLE_WORD = !
|
||||||
|
!..+...!...+..!
|
||||||
|
.*...^...^...*.
|
||||||
|
..*...+.+...*..
|
||||||
|
+..*...+...*..+
|
||||||
|
....*.....*....
|
||||||
|
.^...^...^...^.
|
||||||
|
..+...+.+...+..
|
||||||
|
!..+...*...+..!
|
||||||
|
..+...+.+...+..
|
||||||
|
.^...^...^...^.
|
||||||
|
....*.....*....
|
||||||
|
+..*...+...*..+
|
||||||
|
..*...+.+...*..
|
||||||
|
.*...^...^...*.
|
||||||
|
!..+...!...+..!
|
Loading…
Reference in a new issue