Skip to content
Snippets Groups Projects
Unverified Commit 126ede0e authored by syuilo's avatar syuilo Committed by GitHub
Browse files

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

Add 8x8 handicap 20 map
parents 2ebdd678 01b2c7b0
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