Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 712 Bytes

File metadata and controls

25 lines (20 loc) · 712 Bytes

Rubik Cube Solver

Overview

This project is currently in progress. The datastructure representing the rubik's cube has been implemented in a very abstracted way, to allow various different solving algorithms to be implemented in the future.

Running

Dependencies

All modules used in this package are part of the standard python distribution.

Running program (not yet completed)

To start the program:

 .../rubik_cube_solver/ $ python3 -m pretty_python.main 

Using datastructures in interpreter

To start the python interpreter:

 .../rubik_cube_solver/ $ python3

To load the functions and classes required:

>>> from rubik_cube_solver import *