Perfect Magic Cube Solver

Perfect Magic Cube Solver

Francisco Trianto / November 4, 2024
AI
Gui
Python

5x5x5 Perfect Magic Cube Solver Using Local Search such as Hill Climb, Random Restart, Simulated Annealing, and Genetic Algorithm.

Perfect Magic Cube is a cube where all the rows, columns, diagonals, and main diagonals sum up to the same number. The program will generate a random 5x5x5 cube and solve it using local search algorithms.

For More Information, Check out this GitHub README