Rubik's Cube Solver
- An Android application in Kotlin under development, featuring a 3D-rendered Rubik's Cube and solving it using the Min2Phase algorithm.
🧩 Features
- 3D Cube Rendering: Powered by Google Filament, providing high-quality visuals.
- Rubik's Cube Solver: Utilizes the Min2Phase algorithm for efficient solving.
- Interactive Animations: Visualize the solving process step by step.
- Kotlin + Java: Application logic in Kotlin, solver algorithm implemented in Java.
🚧 Status
- This project is actively under development. Stay tuned for updates!
📦 Tech Stack
- Android: Application logic written in Kotlin.
- Google Filament: For rendering the 3D Rubik's Cube.
- Min2Phase Algorithm: Implemented in Java for solving the cube.