Skip to content
Snippets Groups Projects
Unverified Commit 01b2c7b0 authored by Aya Morisawa's avatar Aya Morisawa Committed by GitHub
Browse files

Add 8x8 handicap 20 map

parent 2ebdd678
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment