diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-09 19:10:11 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-09 19:10:11 +0900 |
| commit | 7f30c26cc239efe779145a41946fffc5b39797f0 (patch) | |
| tree | 9372a6067b6e08a360de4629b0b5a28a3dc2ffb6 /src | |
| parent | v4051 (diff) | |
| download | misskey-7f30c26cc239efe779145a41946fffc5b39797f0.tar.gz misskey-7f30c26cc239efe779145a41946fffc5b39797f0.tar.bz2 misskey-7f30c26cc239efe779145a41946fffc5b39797f0.zip | |
Add new othello map
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/othello/maps.ts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index d8f3154a0f..f25342f364 100644 --- a/src/common/othello/maps.ts +++ b/src/common/othello/maps.ts @@ -242,6 +242,22 @@ export const x: Map = { ] }; +export const squareParty: Map = { + name: 'Square Party', + category: '8x8', + author: 'syuilo', + data: [ + '--------', + '-wwwbbb-', + '-w-wb-b-', + '-wwwbbb-', + '-bbbwww-', + '-b-bw-w-', + '-bbbwww-', + '--------' + ] +}; + export const minesweeper: Map = { name: 'Minesweeper', category: '8x8', |