mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 11:43:09 +02:00
Merge pull request #1201 from syuilo/othello-big-board-map
Othello big board map
This commit is contained in:
commit
0cb7c859fc
1 changed files with 23 additions and 0 deletions
|
@ -333,3 +333,26 @@ export const iphonex: Map = {
|
||||||
' -------- ' +
|
' -------- ' +
|
||||||
' ------ '
|
' ------ '
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export const bigBoard: Map = {
|
||||||
|
name: 'Big board',
|
||||||
|
category: 'special',
|
||||||
|
size: 16,
|
||||||
|
data:
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'-------wb-------' +
|
||||||
|
'-------bw-------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------' +
|
||||||
|
'----------------'
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in a new issue