DamonHolland/RubiksRobot
Robot which can solve a Rubik’s Cube faster than the current official human record of 3.13 seconds. The robot combines computer vision (to identify the cube colors and orientation), artificial intelligence (to calculate an efficient series of moves), and electronics (to control the stepper motors for physical control of the cube).
No commits in the last 6 months.
Stars
2
Forks
1
Language
Python
License
—
Category
Last pushed
Sep 26, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/DamonHolland/RubiksRobot"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
YashIndane/webcube
Rubik's cube assistant on Flask webapp
mahdavipanah/pynpuzzle
Solve, test and benchmark algorithms for N-Puzzle problem with Python
kyo-takano/alphacube
A powerful & flexible Rubik's Cube solver
gsurma/sliding_puzzle
Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.
huyvohcmc/8-puzzle
Java program to solve the 8 puzzle problem using branch and bound algorithm.