/rubik-2x2x2

solution for 2x2x2 rubik's cube

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

+---------------------------------------+ | Fall 2011 Problem Set 6: Rubik's Cube | +---------------------------------------+

Package contents:

rubik.py: Library with Rubik's cube abstraction. solver.py: Finds the shortest path between two positions.

test_solver.py: Unit tests for solver.py

Run Tests (unittests): $python test_solver.py