-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...esources/puzzles/treetent/rules/TooManyTentsContradictionRule/TooManyTentsNoContradiction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<Legup> | ||
<puzzle name="TreeTent"> | ||
<board height="3" width="3"> | ||
<cells> | ||
<cell value="1" x="1" y="1"/> | ||
<cell value="3" x="1" y="0"/> | ||
<cell value="3" x="2" y="2"/> | ||
</cells> | ||
<axis side="east"> | ||
<clue index="A" value="1"/> | ||
<clue index="B" value="0"/> | ||
<clue index="C" value="1"/> | ||
</axis> | ||
<axis side="south"> | ||
<clue index="1" value="0"/> | ||
<clue index="2" value="1"/> | ||
<clue index="3" value="1"/> | ||
</axis> | ||
</board> | ||
</puzzle> | ||
<solved isSolved="false" lastSaved="--"/> | ||
</Legup> |