Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ww92030-storage/cube
Rubik's Cube Solver
https://github.com/ww92030-storage/cube
fursuit protogen rubiks-cube rubiks-cube-solver
Last synced: about 1 month ago
JSON representation
Rubik's Cube Solver
- Host: GitHub
- URL: https://github.com/ww92030-storage/cube
- Owner: WW92030-STORAGE
- Created: 2024-06-22T02:07:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T04:54:13.000Z (6 months ago)
- Last Synced: 2024-06-23T15:06:02.516Z (6 months ago)
- Topics: fursuit, protogen, rubiks-cube, rubiks-cube-solver
- Language: C++
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CUBE
Rubik's Cube SolverThis program is designed to run on a small amount of memory (about 200ish KB), so large graph searches (such as IDA*) are not feasible here. Currently we use a simplified version of the Fridrich (CFOP) method. It's somewhere between the Beginner's Method (LBL) and true CFOP.
# TODO (In no particular order)
- Implement more special cases and more optimized solutions for F2L.