Merge pull request #1206 from syuilo/othello-cross-map

Add cross map
This commit is contained in:
syuilo 2018-03-09 02:31:28 +09:00 committed by GitHub
commit bd969c82cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,6 +251,23 @@ export const grid: Map = {
'----------'
};
export const cross: Map = {
name: 'Cross',
category: '10x10',
size: 10,
data:
' ---- ' +
' ---- ' +
' ---- ' +
'----------' +
'----wb----' +
'----bw----' +
'----------' +
' ---- ' +
' ---- ' +
' ---- '
};
export const sixeight: Map = {
name: '6x8',
category: 'special',