summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/othello/maps.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts
index 7f38d8c678..2d4a55b5dd 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -378,6 +378,21 @@ export const parallel: Map = {
]
};
+export const lackOfBlack: Map = {
+ name: 'Lack of Black',
+ category: '8x8',
+ data: [
+ '--------',
+ '--------',
+ '--------',
+ '---w----',
+ '---bw---',
+ '--------',
+ '--------',
+ '--------'
+ ]
+};
+
export const squareParty: Map = {
name: 'Square Party',
category: '8x8',