Although I am not good at solving
Rubik's Cube, I am a fan of it. Of course, I am always wondering whether there are programs which can show a 3D Rubik's Cube in my computer so that I can play the cube interactively. And the answer is YES!
On
Pygame site, there is a wonderful program called
Rubik's Cube Game meets all my needs. Actually, I've downloaded and tested it several months ago, but until today I finally get clear steps to make the program run properly. My modifications are as follows.
- rename Images/*.PNG to Images/*.png
- apt-get install python-opengl
- download gameobjects and install it
- remove *.pyc
- rename *.pyw to *.py
- run ``python Rubik's Cube.py''