Skip to content

This is about Rubick's cube solver and test, work in progress

Notifications You must be signed in to change notification settings

edeforas/test_Cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test_Cube

This small library simulate 3x3x3 Rubik's cube rotations and sequence, For example, you can do:

`c.rotate("R'UL' U2 RU'R' U2 RLU'");`

and test if its solved or PLL ready:

`cout << "solved?:" << c.is_solved() << " pll_state?:" << c.is_ready_for_pll();`

Work in progress.

Only plain C++, using CMake project files

About

This is about Rubick's cube solver and test, work in progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published