Skip to content

Commit

Permalink
Uploading test xml file for eventual testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzabee committed Mar 1, 2024
1 parent 7b56d45 commit aef3d32
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions puzzles files/thermometer/therm_test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup version="5.1.0">
<puzzle name="Thermometer">
<board height="4" width="4">
<vials>
<vial headx="0" heady="0" tailx="2" taily="0"/>
<vial headx="3" heady="0" tailx="3" taily="3"/>
<vial headx="0" heady="1" tailx="1" taily="1"/>
<vial headx="2" heady="1" tailx="2" taily="3"/>
<vial headx="0" heady="3" tailx="0" taily="2"/>
<vial headx="1" heady="2" tailx="1" taily="3"/>
</vials>
<rowNumbers>
<row value="3"/>
<row value="2"/>
<row value="2"/>
<row value="2"/>
</rowNumbers>
<colNumbers>
<col value="2"/>
<col value="4"/>
<col value="2"/>
<col value="1"/>
</colNumbers>
</board>
</puzzle>
</Legup>

0 comments on commit aef3d32

Please sign in to comment.