-
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.
Showing
18 changed files
with
994 additions
and
1,354 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<Legup version="2.0.0"> | ||
<puzzle name="Skyscrapers"> | ||
<board height="8" width="8"> | ||
<cells> | ||
|
||
</cells> | ||
<axis side="east"> | ||
<clue index="5" value="3"/> | ||
<clue index="2" value="0"/> | ||
<clue index="1" value="2"/> | ||
<clue index="4" value="1"/> | ||
<clue index="5" value="2"/> | ||
<clue index="6" value="1"/> | ||
<clue index="7" value="1"/> | ||
<clue index="8" value="2"/> | ||
</axis> | ||
<axis side="south"> | ||
<clue index="1" value="3"/> | ||
<clue index="2" value="0"/> | ||
<clue index="3" value="2"/> | ||
<clue index="3" value="1"/> | ||
<clue index="5" value="2"/> | ||
<clue index="0" value="1"/> | ||
<clue index="7" value="1"/> | ||
<clue index="4" value="2"/> | ||
</axis> | ||
</board> | ||
</puzzle> | ||
<solved isSolved="false" lastSaved="--"/> | ||
</Legup> |
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,47 @@ | ||
<!-- https://www.brainbashers.com/showskyscraper.asp?date=1014&size=4&diff=1 --> | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<Legup version="2.0.0"> | ||
<puzzle name="Skyscrapers"> | ||
<board height="4" width="4"> | ||
<!-- cells begin empty --> | ||
<cells> | ||
</cells> | ||
<!-- hints to display on side --> | ||
<!-- read top-down left-right --> | ||
<axis side="north"> | ||
<clue index="1" value="4"/> | ||
<clue index="2" value="2"/> | ||
<clue index="3" value="1"/> | ||
<clue index="4" value="2"/> | ||
</axis> | ||
<axis side="south"> | ||
<clue index="1" value="1"/> | ||
<clue index="2" value="2"/> | ||
<clue index="3" value="4"/> | ||
<clue index="4" value="2"/> | ||
</axis> | ||
<axis side="east"> | ||
<clue index="1" value="2"/> | ||
<clue index="2" value="1"/> | ||
<clue index="3" value="3"/> | ||
<clue index="4" value="3"/> | ||
</axis> | ||
<axis side="west"> | ||
<clue index="1" value="3"/> | ||
<clue index="2" value="3"/> | ||
<clue index="3" value="2"/> | ||
<clue index="4" value="1"/> | ||
</axis> | ||
</board> | ||
</puzzle> | ||
<solved isSolved="false" lastSaved="--"/> | ||
</Legup> | ||
<!-- | ||
Clues layed out: | ||
4 2 1 2 | ||
3 2 | ||
3 1 | ||
2 3 | ||
1 3 | ||
1 2 4 2 | ||
--> |
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
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
Oops, something went wrong.