From 30a5bf1a64f83e4678dacab2c6e496fee46a0a22 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sat, 10 Mar 2018 03:33:03 +0900
Subject: [PATCH] Add new handi 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 48a1f40f31..b84d10ab92 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -142,6 +142,21 @@ export const eighteightH4: Map = {
 	]
 };
 
+export const eighteightH28: Map = {
+	name: '8x8 handicap 28',
+	category: '8x8',
+	data: [
+		'bbbbbbbb',
+		'b------b',
+		'b------b',
+		'b--wb--b',
+		'b--bw--b',
+		'b------b',
+		'b------b',
+		'bbbbbbbb'
+	]
+};
+
 export const roundedEighteight: Map = {
 	name: '8x8 rounded',
 	category: '8x8',