// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
import QtQuick
TemplateBase{
scoreTarget: 1200
timeTarget: 60
goalText: "3 of 10
Score over 1200 points in one minute..."
mustClear: false
startingGrid: [ 3 , 1 , 2 , 1 , 1 , 2 , 1 , 1 , 3 , 3 ,
1 , 3 , 3 , 2 , 3 , 3 , 1 , 1 , 3 , 1 ,
3 , 1 , 3 , 3 , 2 , 3 , 3 , 3 , 1 , 2 ,
3 , 2 , 2 , 1 , 3 , 3 , 2 , 1 , 1 , 2 ,
3 , 1 , 2 , 2 , 2 , 2 , 2 , 1 , 3 , 1 ,
2 , 3 , 1 , 2 , 2 , 3 , 3 , 1 , 3 , 2 ,
3 , 2 , 1 , 1 , 3 , 3 , 3 , 2 , 2 , 1 ,
1 , 2 , 2 , 3 , 2 , 3 , 3 , 3 , 1 , 1 ,
1 , 3 , 3 , 3 , 1 , 2 , 2 , 3 , 3 , 1 ,
3 , 3 , 2 , 1 , 2 , 2 , 1 , 1 , 1 , 3 ,
2 , 1 , 3 , 2 , 3 , 2 , 3 , 2 , 2 , 1 ,
1 , 3 , 1 , 2 , 1 , 2 , 3 , 1 , 2 , 2 ,
1 , 2 , 2 , 2 , 1 , 1 , 2 , 3 , 1 , 2 ]
}