Skip to content

Commit

Permalink
added skeleton of new class and modified existing staircase test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tdou25 committed Aug 2, 2024
1 parent 7cc4f6d commit 9adbc00
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package edu.rpi.legup.puzzle.sudoku.rules;public class LastColumnAndRowDirectRule {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Legup>
<puzzle name="Sudoku">
<board size="9">
<cells>
<cell value="7" x="0" y="0"/>
<cell value="7" x="1" y="3"/>
<cell value="7" x="2" y="6"/>
<cell value="7" x="3" y="1"/>
<cell value="7" x="5" y="7"/>
<cell value="7" x="6" y="2"/>
<cell value="7" x="7" y="5"/>
<cell value="7" x="8" y="8"/>
</cells>
</board>
</puzzle>
<solved isSolved="false" lastSaved="--"/>
</Legup>

0 comments on commit 9adbc00

Please sign in to comment.