summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/othello/maps.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts
index 9e5bc087a7..5c6c44dd29 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',