From 01b2c7b027d8c5c58dc520efb51bb714bfe6a1e4 Mon Sep 17 00:00:00 2001
From: Aya Morisawa <AyaMorisawa4869@gmail.com>
Date: Sat, 10 Mar 2018 23:36:05 +0900
Subject: [PATCH] Add 8x8 handicap 20 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 1382cac03f..a4b8799b45 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -157,6 +157,21 @@ export const eighteightH12: Map = {
 	]
 };
 
+export const eighteightH20: Map = {
+	name: '8x8 handicap 20',
+	category: '8x8',
+	data: [
+		'bbb--bbb',
+		'b------b',
+		'b------b',
+		'---wb---',
+		'---bw---',
+		'b------b',
+		'b------b',
+		'bbb---bb'
+	]
+};
+
 export const eighteightH28: Map = {
 	name: '8x8 handicap 28',
 	category: '8x8',