Add 8x8 handicap 16 map

This commit is contained in:
Aya Morisawa 2018-03-11 00:04:25 +09:00 committed by GitHub
parent 126ede0ebd
commit b6b1fb3032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -157,6 +157,21 @@ export const eighteightH12: Map = {
] ]
}; };
export const eighteightH16: Map = {
name: '8x8 handicap 16',
category: '8x8',
data: [
'bbb---bb',
'b------b',
'-------b',
'---wb---',
'---bw---',
'b-------',
'b------b',
'bb---bbb'
]
};
export const eighteightH20: Map = { export const eighteightH20: Map = {
name: '8x8 handicap 20', name: '8x8 handicap 20',
category: '8x8', category: '8x8',