diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-16 23:38:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-16 23:38:34 +0900 |
| commit | 11cca4882aff88d28dbe483fc2d34f70146bb32c (patch) | |
| tree | 67bff825c4f11ceb6854b48f5df983cb411d564e /src/common | |
| parent | :v: (diff) | |
| download | sharkey-11cca4882aff88d28dbe483fc2d34f70146bb32c.tar.gz sharkey-11cca4882aff88d28dbe483fc2d34f70146bb32c.tar.bz2 sharkey-11cca4882aff88d28dbe483fc2d34f70146bb32c.zip | |
Add test map
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/othello/maps.ts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index 2d4a55b5dd..68e5a446f1 100644 --- a/src/common/othello/maps.ts +++ b/src/common/othello/maps.ts @@ -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---', + '----------' + ] +}; |