diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index 48a1f40f3..b84d10ab9 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',