From 754f7a65f0a7210eafa01af13a86064b838cc7eb Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Sat, 10 Mar 2018 03:53:42 +0900
Subject: [PATCH] Add new map

---
 src/common/othello/maps.ts | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts
index b84d10ab92..ffc0c2cb8d 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -492,6 +492,24 @@ export const checker: Map = {
 	]
 };
 
+export const japaneseCurry: Map = {
+	name: 'Japanese curry',
+	category: '10x10',
+	author: 'syuilo',
+	data: [
+		'w-b-b-b-b-',
+		'-w-b-b-b-b',
+		'w-w-b-b-b-',
+		'-w-w-b-b-b',
+		'w-w-wwb-b-',
+		'-w-wbb-b-b',
+		'w-w-w-b-b-',
+		'-w-w-w-b-b',
+		'w-w-w-w-b-',
+		'-w-w-w-w-b'
+	]
+};
+
 export const arena: Map = {
 	name: 'Arena',
 	category: '10x10',