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',