mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
Merge pull request #1201 from syuilo/othello-big-board-map
Othello big board map
This commit is contained in:
commit
cacbc90dd3
@ -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 New Issue
Block a user