You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to write a Rubiks scrambler, which means I need to write a solver.
Which means I need to write a pretty printer and a way to represent the cube in
the program. Etc.