Merge pull request #1224 from syuilo/othello-parallel-map
Add Parallel map
This commit is contained in:
commit
13b27b15d9
@ -332,6 +332,22 @@ export const x: Map = {
|
|||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const parallel: Map = {
|
||||||
|
name: 'Parallel',
|
||||||
|
category: '8x8',
|
||||||
|
author: 'Aya',
|
||||||
|
data: [
|
||||||
|
'--------',
|
||||||
|
'--------',
|
||||||
|
'--------',
|
||||||
|
'---bb---',
|
||||||
|
'---ww---',
|
||||||
|
'--------',
|
||||||
|
'--------',
|
||||||
|
'--------'
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
||||||
export const squareParty: Map = {
|
export const squareParty: Map = {
|
||||||
name: 'Square Party',
|
name: 'Square Party',
|
||||||
category: '8x8',
|
category: '8x8',
|
||||||
|
Loading…
Reference in New Issue
Block a user