ループモード実装

This commit is contained in:
syuilo 2018-03-10 21:23:00 +09:00
parent e4aabf9357
commit e6d2cbe6a3
6 changed files with 59 additions and 8 deletions

View file

@ -793,7 +793,7 @@ export const twoBoard: Map = {
]
};
export const test: Map = {
export const test1: Map = {
name: 'Test1',
category: 'Test',
data: [
@ -803,3 +803,15 @@ export const test: Map = {
'--------'
]
};
export const test2: Map = {
name: 'Test2',
category: 'Test',
data: [
'------',
'------',
'-b--w-',
'-w--b-',
'-w--b-'
]
};