Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# CUBE
Rubik's Cube Solver

This 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.