Puzzle8
About
Android implementation of a star algorithm to un-shuffle an image. Built as part of Google CS with Android course.
Build Instructions :
Clone the project from GitHub:
$ git clone https://github.com/raj-subhankar/Puzzle8.git
or download the .zip here
Main Features :
The app consists of a single activity having three buttons to :
- Take a photo
- Shuffle button, to shuffle the image
- Solve button, to solve the image using the Star algorithm.
More details on the star algorithm are here
Contributing
Refer contributing.md for instructions on contributing to this project