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

PistonPuzzleSolver.jar v1.1.0

Latest
Compare
Choose a tag to compare
@LongCTygo LongCTygo released this 13 Mar 01:26
· 4 commits to master since this release
b00eaf8

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.