summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-03-11 00:04:25 +0900
committerGitHub <noreply@github.com>2018-03-11 00:04:25 +0900
commitb6b1fb30328694cc7230d49d255052c6f815211e (patch)
tree2ec9e18e9716a847784bb446c57c5e350d660059 /src/common
parentMerge pull request #1228 from syuilo/othello-eighteightH20-map (diff)
downloadmisskey-b6b1fb30328694cc7230d49d255052c6f815211e.tar.gz
misskey-b6b1fb30328694cc7230d49d255052c6f815211e.tar.bz2
misskey-b6b1fb30328694cc7230d49d255052c6f815211e.zip
Add 8x8 handicap 16 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 a4b8799b45..7f38d8c678 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -157,6 +157,21 @@ export const eighteightH12: Map = {
]
};
+export const eighteightH16: Map = {
+ name: '8x8 handicap 16',
+ category: '8x8',
+ data: [
+ 'bbb---bb',
+ 'b------b',
+ '-------b',
+ '---wb---',
+ '---bw---',
+ 'b-------',
+ 'b------b',
+ 'bb---bbb'
+ ]
+};
+
export const eighteightH20: Map = {
name: '8x8 handicap 20',
category: '8x8',