Add new handi map

This commit is contained in:
syuilo 2018-03-10 03:33:03 +09:00
parent f7e07de24a
commit 47b6e923dc

View file

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