congcan's Stars
mafila/psolver
9 puzzle solver: Rubik's 2x2x3, 2x2x2, 3x3x3, 4x4x4, 5x5x5; Pyraminx, Skewb, 3x3x3 Gear Cube, Face-turning Octahedron
wsb1994/Master-Pyraminx-Solver-and-Simulator
Master Pyraminx solver implementing a bare minimum implementation of the A* algorithm. Includes a visualizer that allows solving any number of moves done to a Pyraminx up to what your machine can handle. (4x4x15 puzzle)
trigi1/pyraminxSolver
Solves a pyraminx in the fewest moves possible
Jakub3628800/pyraminx
Solving pyraminx (triangle rubiks cube) in python.
Skmrubik/Pyraminx-Rubik-Solucionador
Mediante fuerza bruta(con podas) va explorando todas las combinaciones de movimientos y muestra las soluciones a la mezcla que le proporciones en el main.
tdecker91/srScrambler
script to generate scrambles for twisty puzzles. (rubiks cube, megaminx, pyraminx, skewb, square1 scrambler)
jorgep31415/Cube-Solver-and-Guide
Using proper cube notation, allows proper rotations of a Rubik's cube from any dimension starting at 2, going up to 7 (you can input more than one move at a time as well). Also has the ability to generate and apply legal WCA (World Cube Association) scrambles for cubes of the aforementioned dimensions. Built-in Rubik's cube solver for dimensions 2 and 3 so far. Future plans on adding graphics through OpenGL software.
saiakarsh193/PyCube-Solver
Rubik's cube solver using CFOP
crumpstrr33/CFOP-cube-solver
Incomplete Python code that solves a 3x3 Rubik's cube via the CFOP method.
AlexandrePalo/RubiksCubeRobotSolver
A Rubik's Cube Robot solver powered by MSP432
professor-l/cube-solver
A Rubik's Cube solver in C
sebastianotronto/nissy-nx
A Rubik's cube optimal solver
justjkk/rubiksolver
C project to model and solve rubik's cube with heaps and hashes
pengr7/MovieHunter
Rubik's Cube Simulator
phamvannhatvu/Scorpions
A Robot for Solving 3x3 Rubik's Cubes
themeaningofsam/rubik_solver
Rubik's cube solving code using a lightweight algorithm.
JameScottX/Rubik-s-Hands
Double mechanical arm solution for Rubik's Cube
GRVigo/CFOPMaster
An application for solving the Rubik's cube using the CFOP method. You should be familiar with the notation to understand this program.
JarenChow/SolveRubikByCFOP
CFOP还原魔方, 学Java时用Java写的, 测试无问题...
AdamHayse/optimal-solve-rubikscube
This is my final project for my Artificial Intelligence class. I generated pattern databases of subsets of the Rubik's cube via a breadth-first search and without the need for a queue due to highly efficient decode/encode functions. I used these generated pattern databases to guide a highly space efficient heuristic search algorithm called IDA*.
hoang-ngo000187/RUBIK-CUBE-SOLVING-ROBOT-USING-IDA_STAR-SEARCH-ALGORITHM-WITH-INTEGRATED-IMAGE-PROCESSING
21fernando/CubeSolver
cubhe/cubesolver
这个项目提供一个魔方从视觉识别到求解过程再到通过串口发送给单片机的方案。
vedadeepta/Rubik-s-Cube-Solver-
Uses a combination of beginner and Fridrich (for last layer) to solve.
TravisLawson91/Color-Distance-Stego
steganography program based on Dr. Jiri Fridrich's "A New Steganographic Method for Palette-Based Images"
austinkinross/rubiks-cube-solver
C++ Rubik's Cube solving program
rockcarry/cube
implement a simple algorithm to solve Rubik's Cube.
benbotto/rubiks-cube-cracker
An OpenGL Rubik's Cube implementation with an optimal solver. Written in C++.
jeffreyfranklin/CFOP-Solver
ldehaudt/Rubik_Solver
A full implementation of Thistlethwaite's algorithm with OpenGl visualiser.