Merge pull request #1233 from syuilo/othello-lack-of-black-map
Add Lack of Black map
This commit is contained in:
commit
f838b482bf
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue