Merge pull request #1233 from syuilo/othello-lack-of-black-map

Add Lack of Black map
This commit is contained in:
syuilo 2018-03-11 04:54:05 +09:00 committed by GitHub
commit f838b482bf
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',