Add reactor map

This commit is contained in:
syuilo 2018-03-09 22:05:00 +09:00
parent e815d3bed6
commit 7f570eb1e7
1 changed files with 18 additions and 0 deletions

View File

@ -417,6 +417,24 @@ export const checker: Map = {
]
};
export const reactor: Map = {
name: 'Reactor',
category: '10x10',
author: 'syuilo',
data: [
'-w------b-',
'b- - - -w',
'- --wb-- -',
'---b w---',
'- b wb w -',
'- w bw b -',
'---w b---',
'- --bw-- -',
'w- - - -b',
'-b------w-'
]
};
export const sixeight: Map = {
name: '6x8',
category: 'special',