forked from FoundKeyGang/FoundKey
Add new othello map
This commit is contained in:
parent
79b20a3729
commit
99bef32d1f
1 changed files with 18 additions and 0 deletions
|
@ -417,6 +417,24 @@ export const checker: Map = {
|
|||
]
|
||||
};
|
||||
|
||||
export const arena: Map = {
|
||||
name: 'Arena',
|
||||
category: '10x10',
|
||||
author: 'syuilo',
|
||||
data: [
|
||||
'- - -- - -',
|
||||
' - - - - ',
|
||||
'- ------ -',
|
||||
' -------- ',
|
||||
'- --wb-- -',
|
||||
'- --bw-- -',
|
||||
' -------- ',
|
||||
'- ------ -',
|
||||
' - - - - ',
|
||||
'- - -- - -'
|
||||
]
|
||||
};
|
||||
|
||||
export const reactor: Map = {
|
||||
name: 'Reactor',
|
||||
category: '10x10',
|
||||
|
|
Loading…
Reference in a new issue