Dev-tanay / Rubik-Cube

Rubik Cube
https://dev-tanay.github.io/Rubik-Cube/
MIT License
100 stars 156 forks source link

Save and Load Progress #269

Open shreya-2410 opened 3 weeks ago

shreya-2410 commented 3 weeks ago

Description: Allow users to save their current cube state and load it later. This will enable them to continue solving the puzzle from where they left off. Implementation: Add a "Save" button that stores the current cube state in the browser's local storage, and a "Load" button that retrieves and applies the saved state.

pls assign under ssoc @Dev-tanay