diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts
index ffc0c2cb8d..9e5bc087a7 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',