Add Big board map

This commit is contained in:
Aya Morisawa 2018-03-09 00:47:41 +09:00 committed by GitHub
parent b513e5bcdf
commit bd93958c0e

View file

@ -333,3 +333,26 @@ export const iphonex: Map = {
' -------- ' +
' ------ '
};
export const bigBoard: Map = {
name: 'Big board',
category: 'special',
size: 16,
data:
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'-------wb-------' +
'-------bw-------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
'----------------' +
};