Skip to content
Snippets Groups Projects
Commit cf0a57a9 authored by Daniel Bauersachs's avatar Daniel Bauersachs
Browse files

Changed tests

parent 2709a5b7
Branches master
No related tags found
No related merge requests found
<?xml version="1.0"?>
<scenario xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="scenario.xsd">
<timerItem xsi:type="timer">
<puzzleTitle>Easy labyrinth test</puzzleTitle>
<solvingTime>300</solvingTime>
</timerItem>
<puzzleItem xsi:type="labyrinth">
<puzzleTitle>Labyrinth</puzzleTitle>
<width>5</width>
<height>3</height>
<ground>
<X>0</X>
<Y>0</Y>
<color>GREEN</color>
</ground>
<ground>
<X>1</X>
<Y>0</Y>
<color>GREEN</color>
</ground>
<ground>
<X>2</X>
<Y>0</Y>
<color>GREEN</color>
</ground>
<ground>
<X>3</X>
<Y>0</Y>
<color>GREEN</color>
</ground>
<code xsi:type="codeRoot">
<codeNode xsi:type="right"/>
<codeNode xsi:type="right"/>
<codeNode xsi:type="right"/>
</code>
</puzzleItem>
<puzzleItem xsi:type="labyrinth">
<puzzleTitle>Labyrinth</puzzleTitle>
<width>5</width>
<height>3</height>
<ground>
<X>0</X>
<Y>0</Y>
<color>GREEN</color>
</ground>
<ground>
<X>4</X>
<Y>0</Y>
<color>GREEN</color>
</ground>
<ground>
<X>3</X>
<Y>0</Y>
<color>GREEN</color>
</ground>
<ground>
<X>2</X>
<Y>0</Y>
<color>GREEN</color>
</ground>
<code xsi:type="codeRoot">
<codeNode xsi:type="left"/>
<codeNode xsi:type="left"/>
<codeNode xsi:type="left"/>
</code>
</puzzleItem>
<puzzleItem xsi:type="labyrinth">
<puzzleTitle>Labyrinth</puzzleTitle>
<width>5</width>
<height>3</height>
<ground>
<X>0</X>
<Y>0</Y>
<color>GREEN</color>
</ground>
<ground>
<X>1</X>
<Y>0</Y>
<color>GREEN</color>
</ground>
<ground>
<X>1</X>
<Y>2</Y>
<color>GREEN</color>
</ground>
<ground>
<X>1</X>
<Y>1</Y>
<color>GREEN</color>
</ground>
<ground>
<X>0</X>
<Y>1</Y>
<color>GREEN</color>
</ground>
<code xsi:type="codeRoot">
<codeNode xsi:type="right"/>
<codeNode xsi:type="up"/>
<codeNode xsi:type="up"/>
<codeNode xsi:type="left"/>
</code>
</puzzleItem>
</scenario>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment