diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index 1382cac03..a4b8799b4 100644 --- a/src/common/othello/maps.ts +++ b/src/common/othello/maps.ts @@ -157,6 +157,21 @@ export const eighteightH12: Map = { ] }; +export const eighteightH20: Map = { + name: '8x8 handicap 20', + category: '8x8', + data: [ + 'bbb--bbb', + 'b------b', + 'b------b', + '---wb---', + '---bw---', + 'b------b', + 'b------b', + 'bbb---bb' + ] +}; + export const eighteightH28: Map = { name: '8x8 handicap 28', category: '8x8',