From efdc5366cc6aaeb4fd447b853a3b58273e4a747b Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Fri, 9 Mar 2018 21:14:46 +0000 Subject: [PATCH] Add 8x8 handicap 12 map --- src/common/othello/maps.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index ffc0c2cb8..9e5bc087a 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',