Merge pull request #1224 from syuilo/othello-parallel-map

Add Parallel map
This commit is contained in:
syuilo 2018-03-10 11:43:18 +09:00 committed by GitHub
commit 13b27b15d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -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 = {
name: 'Square Party',
category: '8x8',