Add test map
This commit is contained in:
parent
8da0b058ab
commit
11cca4882a
1 changed files with 18 additions and 0 deletions
|
@ -891,3 +891,21 @@ export const test4: Map = {
|
|||
'-w--b-'
|
||||
]
|
||||
};
|
||||
|
||||
// https://misskey.xyz/othello/5aaabf7fe126e10b5216ea09 64
|
||||
export const test5: Map = {
|
||||
name: 'Test5',
|
||||
category: 'Test',
|
||||
data: [
|
||||
'--wwwwww--',
|
||||
'--wwwbwwww',
|
||||
'-bwwbwbwww',
|
||||
'-bwwwbwbww',
|
||||
'-bwwbwbwbw',
|
||||
'-bwbwbwb-w',
|
||||
'bwbwwbbb-w',
|
||||
'w-wbbbbb--',
|
||||
'--w-b-w---',
|
||||
'----------'
|
||||
]
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue