https://github.com/osbm/rubics-cube
Rubics cube implementation
https://github.com/osbm/rubics-cube
Last synced: 12 months ago
JSON representation
Rubics cube implementation
- Host: GitHub
- URL: https://github.com/osbm/rubics-cube
- Owner: osbm
- License: mit
- Created: 2022-05-09T09:15:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T20:44:17.000Z (over 1 year ago)
- Last Synced: 2024-12-01T15:18:33.939Z (over 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rubics-cube
Rubics cube implementation
# To-Do
- [x] implement shuffler
- [x] implement an a* search algorithm to solve the cube
- [x] implement heuristic functions for the a* search algorithm
- [ ] animation generation
- [ ] implement solvability check