Skip to content

Commit

Permalink
added one piece TST puzzles
Browse files Browse the repository at this point in the history
  • Loading branch information
Spentine committed Jun 28, 2024
1 parent e0cf673 commit 23c5c94
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ function tickFrameGame() {
if (game.end){
if (game.end.ending === "noPieces") {
console.log("Failed Puzzle " + currentPuzzle);
console.log(JSON.stringify(puzzleJSONs[puzzleSet][currentPuzzle]));
// console.log(JSON.stringify(puzzleJSONs[puzzleSet][currentPuzzle]));
startGameSettings(puzzles[puzzleSet][currentPuzzle].outputData());
} else {
console.log("Passed Puzzle " + currentPuzzle);
Expand Down
1 change: 1 addition & 0 deletions modes.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ mirrorPuzzles(puzzles.kaidanTSDPuzzles);
mirrorPuzzles(puzzles.STMBCavePuzzles);
mirrorPuzzles(puzzles.SZPropPuzzles);
mirrorPuzzles(puzzles.donationTSDPuzzles);
mirrorPuzzles(puzzles.onePieceTSTPuzzles);

puzzles.mediumTSDPuzzles = [...puzzles.twoPieceTSDPuzzles, ...puzzles.kaidanTSDPuzzles, ...puzzles.STMBCavePuzzles, ...puzzles.SZPropPuzzles];

Expand Down
Loading

0 comments on commit 23c5c94

Please sign in to comment.