Skip to content

will-evans-dev/rubik_cube_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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 *

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages