Add new othello map

This commit is contained in:
syuilo 2018-03-09 22:54:30 +09:00
parent 79b20a3729
commit 99bef32d1f
1 changed files with 18 additions and 0 deletions

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 = { export const reactor: Map = {
name: 'Reactor', name: 'Reactor',
category: '10x10', category: '10x10',