Add new othello map

This commit is contained in:
syuilo 2018-03-09 22:54:30 +09:00
parent 79b20a3729
commit 99bef32d1f

View file

@ -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',