Merge pull request #1228 from syuilo/othello-eighteightH20-map

Add 8x8 handicap 20 map
This commit is contained in:
syuilo 2018-03-10 23:36:35 +09:00 committed by GitHub
commit 126ede0ebd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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