VPython Rubik's Cube is an 3D interactive Rubik's Cube.
This software-based Rubik's Cube will serve as a basis for a later
project in which I will attempt to create another program, implementing
a neural network algorithm, that will teach itself to solve a Rubik's Cube (PyCube).
Neural network research will now be applied to my OpenGL Python Rubik's Cube.
This program utilizes the following Python modules:
VPython
PyAudio
Thanks to guy that heads up the Possibly Wrong blog I was able to use his "Yet Another Rubik’s Cube" found here as a solid starting point. I have since heavily modified his original version
