Skip to content

This is the code for my python scrambler for the Rubik's Cube.

Notifications You must be signed in to change notification settings

BenGotts/Python-Rubiks-Cube-Scrambler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a random move Rubik's Cube scrambler made in python

Note: This program uses OpenCV to generate the image. You can comment out lines 348 to 468 in scrambleImage.py and 41 to 46 in scrambleGenerator.py as well as uncomment 334 to 345 in the scrambleImage.py and uncomment 36 and 37 in scrambleGenerator.py to make it work without OpenCV. It will result in something like:

Example

If the OpenCV is running correctly, it should look like:

Example

If you don't have OpenCV installed and want to, then run

"pip install opencv-python" (python 2)

or

"pip3 install opencv-python" (python 3)

About

This is the code for my python scrambler for the Rubik's Cube.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages