https://github.com/ngrogg/rubix-solver
An attempt to solve a rubix cube programatically
https://github.com/ngrogg/rubix-solver
cpp
Last synced: over 1 year ago
JSON representation
An attempt to solve a rubix cube programatically
- Host: GitHub
- URL: https://github.com/ngrogg/rubix-solver
- Owner: ngrogg
- Created: 2020-03-24T05:51:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T03:43:15.000Z (about 6 years ago)
- Last Synced: 2025-01-29T19:48:28.993Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 444 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rubix-solver
An attempt to solve a rubix cube programatically. In it's current iteration, it works manually
via a menu that alters several arrays that represents the sides. The cube itself is represented
via ASCII to show each of the sides.
There will be an automatic version that uses machine learning as development progresses.
## Theory
This covers the ideas behind reaching the solutions.
[math theory](theory/theory.pdf)