Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Releases: LongCTygo/sot-piston-puzzle

PistonPuzzleSolver.jar v1.1.0

13 Mar 01:26
b00eaf8
Compare
Choose a tag to compare

This version contains changes to support future mod-making using this solver. Some minor improvement on the solving algorithm is also made.

  • Made the integer seed the main system, as usage of the hexadecimal system is kinda redundant at best and confusing at worst.
  • Somewhat implemented a BoardBuilder, to be used with the potential Minecraft Practice Mod.
  • Moved package for organization.
  • Fixed a potential memory leak.
  • Updated some method to be used for the mod.

The seeds list can still be found on the v1.0.1 release.

PistonPuzzleSolver.jar v1.0.1

08 Mar 11:52
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

  • Added 'Loop Mode'. When running the jar file, make the only argument be '-loop' to have it continuously running and waiting for you to input the seeds. See README for more infos.
  • Included in the release is a zip file, containing every seeds (in integer), sorted into .txt files by their minimum solves. They are denoted by the file name: "Best_x_Moves.txt", where x is the minimum amount of solves required (-1 means no solution).
  • The "all" folder contains all seeds, while the "unobstructed" folder contains only puzzles where the goal is not covered by a block.

PistonPuzzleSolver.jar v1.0.0

06 Mar 02:44
7d69e1d
Compare
Choose a tag to compare

A jar file of the project that can be run through the console.

What's Changed

New Contributors

Full Changelog: https://github.com/LongCTygo/sot-piston-puzzle/commits/v1.0.0