summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-03-11 04:53:00 +0900
committerGitHub <noreply@github.com>2018-03-11 04:53:00 +0900
commit8eea10c4f4aab9fa02e8c1c8004cd96f09076281 (patch)
treeaf8a0de913f190c884d245ea83a968c6b4b6fb9a /src/common
parentv4103 (diff)
downloadmisskey-8eea10c4f4aab9fa02e8c1c8004cd96f09076281.tar.gz
misskey-8eea10c4f4aab9fa02e8c1c8004cd96f09076281.tar.bz2
misskey-8eea10c4f4aab9fa02e8c1c8004cd96f09076281.zip
Add Lack of Black map
Diffstat (limited to 'src/common')
-rw-r--r--src/common/othello/maps.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts
index 7f38d8c678..2d4a55b5dd 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -378,6 +378,21 @@ export const parallel: Map = {
]
};
+export const lackOfBlack: Map = {
+ name: 'Lack of Black',
+ category: '8x8',
+ data: [
+ '--------',
+ '--------',
+ '--------',
+ '---w----',
+ '---bw---',
+ '--------',
+ '--------',
+ '--------'
+ ]
+};
+
export const squareParty: Map = {
name: 'Square Party',
category: '8x8',