mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Merge pull request #1228 from syuilo/othello-eighteightH20-map
Add 8x8 handicap 20 map
This commit is contained in:
commit
7ee6c3bba9
@ -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 = {
|
export const eighteightH28: Map = {
|
||||||
name: '8x8 handicap 28',
|
name: '8x8 handicap 28',
|
||||||
category: '8x8',
|
category: '8x8',
|
||||||
|
Loading…
Reference in New Issue
Block a user