summaryrefslogtreecommitdiff
path: root/assets/levels/connectedness/3x3.xml
blob: ef712ccbda37445771fca1135683931d729609ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<level title="Create a connected graph" description="You can only use two of each edge color." objective="Make this graph connected."/>
<global-vertex-protections protect="ad"/>
<colors>
    <color color="#FF0000" name="red"/>
    <color color="#00FF00" name="green"/>
    <color color="#0000FF" name="blue"/>
    <color color="#FFFF00" name="yellow"/>
</colors>
<graph>
    <vertex x="300" y="300"/>
    <vertex x="400" y="300"/>
    <vertex x="500" y="300"/>
    <vertex x="300" y="400"/>
    <vertex x="400" y="400" origin="t"/>
    <vertex x="500" y="400"/>
    <vertex x="300" y="500"/>
    <vertex x="400" y="500"/>
    <vertex x="500" y="500"/>
</graph>
<rules>
    <edge-rule v1="same" v2="same"/>
    <edge-rule v1="same" edge="same"/>
    <edge-maximum color="yellow" max="2"/>
    <edge-maximum color="blue" max="2"/>
    <edge-maximum color="green" max="2"/>
    <edge-maximum color="red" max="2"/>
    <connected/>
</rules>
<values>
    <var id="points" val="20"/>
    <var id="objective" val="20"/>
</values>