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

Add 8x8 handicap 16 map

parent 126ede0e
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
name: '8x8 handicap 20',
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