SkillAgentSearch skills...

Min2phase

An implementation of Kociemba's two-phase algorithm for solving rubik's cube. (Adapted from Shuang Chen's Java code)

Install / Use

/learn @MeigenChou/Min2phase
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

min2phase

  • Rubik's Cube solver or scrambler.

two-phase algorithm

  • See Kociemba's page

File Description

  • TwoPhaseScrambler.m Generate scrambles.
  • Util.m Definitions and some math tools.
  • CubieCube.m CubieCube, see kociemba's page.
  • CoordCube.m Only for generating tables.
  • Search.m Search program.

License GPLv3

Copyright (C) 2013  Shuang Chen

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
View on GitHub
GitHub Stars10
CategoryDevelopment
Updated2mo ago
Forks0

Languages

Objective-C

Security Score

75/100

Audited on Jan 9, 2026

No findings