Add new handi map

This commit is contained in:
syuilo 2018-03-10 03:33:03 +09:00
parent 5cbac059e5
commit 30a5bf1a64

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',