Skip to content

Releases: iBoot32/CubeBot2.0

CubeBot2.0 version 2.1

31 Jan 18:28
Compare
Choose a tag to compare

CUBEBOT2.0 VERSION 2.1 HAS BEEN RELEASED!


NEW ARGUMENTS IN THIS MODE:

  • order - calculate the order of any set of moves (that is, the number of repetitions of the moves until the cube cycles back to a solved state)
    • for example, R U R' U' has an order of six, since it takes six repetitions to return to a solved state, while the sequence R U has an order of over 100.

PLEASE READ THE README BEFORE USING!

Happy Solving, iBoot32

CubeBot2.0

02 Jan 20:12
Compare
Choose a tag to compare

Version 2.0 of my CubeBot algorithm!

FEATURES:

  • COMPLETELY REWRITTEN FROM THE GROUND UP!
    • Now supports five new modes:
      • scr: Solve a 3x3 given a scramble
      • solve: Solve a 3x3 given a cornerstring followed by an edgestring
      • avg: Solve all scrambles in scrambles.txt
      • time: Solve scrambles in scrambles.txt for a specified time.
      • ao: “Average of” some number of scrambles in scrambles.txt
    • Supports solving cubes in under 10 milliseconds on essentially any hardware (even a Core 2 Duo!), and as low as 1.5 milliseconds on good hardware!
    • Fixed many bad programming decisions, and optimized the algorithm significantly (in terms of solving time and number of lines in the program)

PLEASE READ THE README BEFORE DOWNLOADING!

Happy solving, iBoot32