A downloadable game

This is a program that solves the 3x3 Rubik's cube! It creates a virtual cube that you can srcamble. You can also draw a pattern from a real cube and the computer will give you the solving moves. There are three ways of automatic solve implemented in the game: the beginner method, with code written by me, the CFOP method and the Kociemba method (which is the fastest in terms of number of moves), with the last two methods being carried out by the python library rubik_solver. You can also try to solve the virtual cube alone as fast as you can! The moves can be done on the virtual cube using keyboard or mouse, depending on your convenience.

Download

Download
rubiks_cube-main.zip 7 MB

Install instructions

This is a game made with python. Download the zip file and extract it anywhere in your system. Inside the extracted folder there is the executable file "run_game.exe". Just run it and play! You can also find a shortcut file named "rubiks_cube_solver" to put it on your desktop for your convenience, in order to have immediate access to the game.

You need to have python installed in your system and you also need to have the python libraries random, math, os, tkinter, time, pillow, pygame, rubik_solver (you may have to download the last three using the command "pip install -library_name-" inside a terminal).

Leave a comment

Log in with itch.io to leave a comment.