Merge pull request #1229 from syuilo/othello-eighteightH16-map
Add 8x8 handicap 16 map
This commit is contained in:
commit
a2b73582cd
@ -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 = {
|
export const eighteightH20: Map = {
|
||||||
name: '8x8 handicap 20',
|
name: '8x8 handicap 20',
|
||||||
category: '8x8',
|
category: '8x8',
|
||||||
|
Loading…
Reference in New Issue
Block a user