Add 8x8 handicap 12 map

This commit is contained in:
Aya Morisawa 2018-03-09 21:14:46 +00:00 committed by GitHub
parent 7c7ddbe1ad
commit efdc5366cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,21 @@ export const eighteightH4: Map = {
]
};
export const eighteightH12: Map = {
name: '8x8 handicap 12',
category: '8x8',
data: [
'bb----bb',
'b------b',
'--------',
'---wb---',
'---bw---',
'--------',
'b------b',
'bb----bb'
]
};
export const eighteightH28: Map = {
name: '8x8 handicap 28',
category: '8x8',