Add Lack of Black map

This commit is contained in:
Aya Morisawa 2018-03-11 04:53:00 +09:00 committed by GitHub
parent 039d5d026e
commit 8eea10c4f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',