1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 15:45:58 +09:00

Merge pull request #1210 from syuilo/othello-checker-map

Add checker map
This commit is contained in:
syuilo 2018-03-09 03:10:44 +09:00 committed by GitHub
commit 85840d77ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,6 +315,23 @@ export const walls: Map = {
' bbbbbbbb ' ' bbbbbbbb '
}; };
export const checker: Map = {
name: 'Checker',
category: '10x10',
size: 10,
data:
'----------' +
'----------' +
'----------' +
'---wbwb---' +
'---bwbw---' +
'---wbwb---' +
'---bwbw---' +
'----------' +
'----------' +
'----------'
};
export const sixeight: Map = { export const sixeight: Map = {
name: '6x8', name: '6x8',
category: 'special', category: 'special',