https://github.com/voltamon/cubesolver
https://github.com/voltamon/cubesolver
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/voltamon/cubesolver
- Owner: Voltamon
- License: mit
- Created: 2023-12-31T16:27:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T14:59:06.000Z (over 2 years ago)
- Last Synced: 2024-01-09T16:09:09.046Z (over 2 years ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a program to solve a Rubik's Cube
It uses Kociemba's Two-Phase algorithm to solve the cube in the quickest way possible
Dependency modules:
1) time
2) kociemba
Python version used:
Python 3.11.2