Skip to content

Commit

Permalink
Re-disabled puzzlemaker functionality for Sudoku. Puzzle maker develo…
Browse files Browse the repository at this point in the history
…pment has been paused.
  • Loading branch information
tdou25 committed Jul 19, 2024
1 parent 3056c72 commit d206008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class NumberTile extends NonPlaceableElement {

public NumberTile() {
super("SUDO-PLAC-0001", "Number Tile", "A numbered tile", "edu/rpi/legup/images/sudoku/tiles/NumberTile.png");
object_num = 0;
object_num = 1;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/edu/rpi/legup/legup/config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
fileCreationDisabled="false"/>
<puzzle name="Sudoku" qualifiedClassName="edu.rpi.legup.puzzle.sudoku.Sudoku"
fileType=".xml"
fileCreationDisabled="false"/>
fileCreationDisabled="true"/>
<puzzle name="TreeTent"
qualifiedClassName="edu.rpi.legup.puzzle.treetent.TreeTent"
fileType=".xml"
Expand Down

0 comments on commit d206008

Please sign in to comment.