diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts index 9e5bc087a..5c6c44dd2 100644 --- a/src/common/othello/maps.ts +++ b/src/common/othello/maps.ts @@ -332,6 +332,22 @@ export const x: Map = { ] }; +export const parallel: Map = { + name: 'Parallel', + category: '8x8', + author: 'Aya', + data: [ + '--------', + '--------', + '--------', + '---bb---', + '---ww---', + '--------', + '--------', + '--------' + ] +}; + export const squareParty: Map = { name: 'Square Party', category: '8x8',