summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-03-09 21:14:46 +0000
committerGitHub <noreply@github.com>2018-03-09 21:14:46 +0000
commitefdc5366cc6aaeb4fd447b853a3b58273e4a747b (patch)
treef6d11401d2b89085046a128cbd52309c2d305cd7
parentv4075 (diff)
downloadsharkey-efdc5366cc6aaeb4fd447b853a3b58273e4a747b.tar.gz
sharkey-efdc5366cc6aaeb4fd447b853a3b58273e4a747b.tar.bz2
sharkey-efdc5366cc6aaeb4fd447b853a3b58273e4a747b.zip
Add 8x8 handicap 12 map
-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 ffc0c2cb8d..9e5bc087a7 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -142,6 +142,21 @@ export const eighteightH4: Map = {
]
};
+export const eighteightH12: Map = {
+ name: '8x8 handicap 12',
+ category: '8x8',
+ data: [
+ 'bb----bb',
+ 'b------b',
+ '--------',
+ '---wb---',
+ '---bw---',
+ '--------',
+ 'b------b',
+ 'bb----bb'
+ ]
+};
+
export const eighteightH28: Map = {
name: '8x8 handicap 28',
category: '8x8',