An open API service indexing awesome lists of open source software.

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

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