forked from Bram-Hub/LEGUP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checks that the rule works on an empty 5x5 board
- Loading branch information
1 parent
9a23697
commit 5582367
Showing
6 changed files
with
130 additions
and
4 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
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
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
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
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
25 changes: 25 additions & 0 deletions
25
src/test/resources/puzzles/treetent/rules/FillinRowCaseRule/EmptyRow5x5TwoTent
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,25 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<Legup version="3.0.0"> | ||
<saved/> | ||
<puzzle name="TreeTent"> | ||
<board height="5" width="5"> | ||
<cells> | ||
</cells> | ||
<axis side="east"> | ||
<clue index="A" value="0"/> | ||
<clue index="B" value="0"/> | ||
<clue index="C" value="2"/> | ||
<clue index="D" value="0"/> | ||
<clue index="E" value="0"/> | ||
</axis> | ||
<axis side="south"> | ||
<clue index="1" value="0"/> | ||
<clue index="2" value="0"/> | ||
<clue index="3" value="2"/> | ||
<clue index="4" value="0"/> | ||
<clue index="5" value="0"/> | ||
</axis> | ||
</board> | ||
</puzzle> | ||
<solved isSolved="false" lastSaved="2024-03-29 16:49:04"/> | ||
</Legup> |