Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 259 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 259 Bytes

rubics-cube

Rubics cube implementation

To-Do

  • implement shuffler
  • implement an a* search algorithm to solve the cube
  • implement heuristic functions for the a* search algorithm
  • animation generation
  • implement solvability check